module:extras/drawingtoy

Back to documentation index.

module:extras/drawingtoy()

Generates curves similar to those possible using commercially available drawing toys containing gear-toothed rings and wheels.

To import all symbols in this module, either of the following can be used:

import * from "extras/drawingtoy.js";
// -- or --
import * as CustomModuleName from "extras/drawingtoy.js";

Back to documentation index.