UNPKG

@pencil.js/resizable

Version:

Allow rectangle to be resized in Pencil.js package.

20 lines (12 loc) 224 B
# .resizable Allow rectangles to be resized. ## Installation npm install @pencil.js/resizable ## Examples ```js import "@pencil.js/resizable"; const options = { x: false }; myComponent.resizable(options); ```