常用类库(JS)

时间日期选择器
flatpickr https://github.com/flatpickr/flatpickr

{
     enableTime: true,
     time_24hr: true,
     dateFormat: "Y-m-d H:i:00"
}

文档生成器
docute https://github.com/egoist/docute
docsify https://docsify.js.org

粒子效果
particles.js https://github.com/marcbruederlin/particles.js 使用简单
跑马灯(列表循环滚动)效果
https://github.com/aamirafridi/jQuery.Marquee

html2canvas
https://html2canvas.hertzen.com/

Canvas2image
https://github.com/hongru/canvas2image

时间格式化,fecha
https://www.npmjs.com/package/fecha

移动开发调试 vConsole
https://github.com/Tencent/vConsole

大转盘抽奖
https://github.com/luckdraw

Comments are closed.