Tools
Example
// Change the settings for the line tool
felt.setToolSettings({
tool: "line",
strokeWidth: 8,
color: "#448C2A"
});
// Start using the line tool
felt.setTool("line");
// Put down the tool
felt.setTool(null);Controller
Interfaces
Type Aliases
Last updated
Was this helpful?