Skip to content

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/resize
sh
pnpm add @leafer-in/resize
sh
yarn add @leafer-in/resize
sh
bun add @leafer-in/resize

Or 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>

Next Steps

Resize Element / Container

Released under the MIT License.