Skip to content

Latest commit

 

History

History
 
 

resizable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

.resizable

Allow rectangles to be resized.

Installation

npm install @pencil.js/resizable

Examples

import "@pencil.js/resizable";

const options = {
    x: false
};
myComponent.resizable(options);