UNPKG

pencil.js

Version:

Nice modular interactive 2D drawing library.

14 lines (9 loc) 136 B
# .draggable Allow component to be dragged. ## Examples ```js const options = { x: false }; myComponent.draggable(options); ```