Skip to content

resize 插件

调整元素/容器的包围盒大小。

适用平台

支持所有平台。

安装插件

需要安装 resize 插件才能使用,点此访问 Github 仓库

sh
npm install @leafer-in/resize
sh
pnpm add @leafer-in/resize
sh
yarn add @leafer-in/resize
sh
bun add @leafer-in/resize

浏览器

通过全局变量 LeaferIN.resize 访问插件内部功能。

html
<script src="https://unpkg.com/@leafer-in/resize@1.0.0-rc.27/dist/resize.min.js"></script>
html
<script src="https://unpkg.com/@leafer-in/resize@1.0.0-rc.27/dist/resize.js"></script>

https://unpkg.com 无法访问时,可替换为 https://cdn.jsdelivr.net/npm

下一步

resize 元素 / 容器

Released under the MIT License.