Creates a Canvas2D drawing plugin bound to the given canvas. Register it on a LispInterpreter via interpreter.use(plugin) to make the g… drawing primitives callable from Lisp source.
LispInterpreter
interpreter.use(plugin)
g…
the canvas to draw to
a KeiLispPlugin that handles the g… symbols
Creates a Canvas2D drawing plugin bound to the given canvas. Register it on a
LispInterpreterviainterpreter.use(plugin)to make theg…drawing primitives callable from Lisp source.