@deot/helper-resize
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

@deot/helper-resize

  • MutationObserver: DOM元素的属性或者节点变化的检测
  • ResizeObserver: 检测DOM尺寸变化JS

Resize

import { Resize } from '@deot/helper-resize';

// or
import { Resize } from '@deot/helper';
let off = Resize.of(el).on(() => {});
off();

其他

Readme

Keywords

none

Package Sidebar

Install

npm i @deot/helper-resize

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

7.79 kB

Total Files

7

Last publish

Collaborators

  • deot