@pencil.js/resizable
v1.18.0
Published
Allow rectangle to be resized in Pencil.js package.
Downloads
59
Readme
.resizable
Allow rectangles to be resized.
Installation
npm install @pencil.js/resizable
Examples
import "@pencil.js/resizable";
const options = {
x: false
};
myComponent.resizable(options);