resize
Resize the bounding box of elements / group elements.
Install Plugin
You need to install the resize plugin to use it. Visit Github repository.
sh
npm install @leafer-in/resizesh
pnpm add @leafer-in/resizesh
yarn add @leafer-in/resizesh
bun add @leafer-in/resizeOr include via script tag and access plugin features through the global variable LeaferIN.resize.
html
<script src="https://unpkg.com/@leafer-in/resize@2.1.0/dist/resize.min.js"></script>html
<script src="https://unpkg.com/@leafer-in/resize@2.1.0/dist/resize.js"></script>