Are there any examples of sketchTools?

I noticed the new type “sketchTools” with attributes pencil, line and eraser. I’m hoping that this might give us control over the initial colour of the pencil, or possibly which tool is currently active.

But the main question for now is – are there any examples activities out there that are using this type? (I know there’s no official sample code yet but I am happy to just see them being used in an activity…)

You can use them like this:

initialTool: sketchTools.line
initialColor: colors.red
2 Likes

Thanks, this is very helpful (also great feature to have)