JSCON

Results 4 comments of JSCON

思路清晰,阅读起来荡气回肠

## popper.js **github**:https://github.com/FezVrasta/popper.js **star**:4k+ **大小**:6kb(gzipped) **Install**: > npm install popper.js --save > yarn add popper.js > bower install popper.js --save **官网**:https://popper.js.org/ **功能介绍**:  纯 JS 写的轻量级位置计算引擎,零依赖;可用她定制诸如 tooltips等工具,比如 [Tippy.js](https://atomiks.github.io/tippyjs/)、[tooltip.js](https://popper.js.org/tooltip-examples.html) 就是基于该库打造而成的。 ## lightgallery.js...