UNPKG

pencil.js

Version:

Nice modular interactive 2D drawing library.

7 lines (6 loc) 117 B
export type RotatableAPI = { /** * - Stop the component from being rotatable */ stop: Function; };