文件名称:playbyplay:语言游乐场的本地存储历史记录
文件大小:43KB
文件格式:ZIP
更新时间:2024-06-13 23:38:55
javascript playground html5 css3 localstorage
玩玩玩 playbyplay是一个浏览器库,向语言游乐场的用户显示他们的实验历史。 playbyplay重约2.5k,缩小后压缩(JS约1k + CSS约0.5k + 约1k),并且没有其他依赖项。 demo目录中提供了一个的demo 。 安装 从localhistory目录下载localhistory.min.js 。 从dist目录下载playbyplay.min.js和playbyplay.min.css 。 将它们添加到您的网页: < link rel =" stylesheet " href =" playbyplay.min.css " > <!-- localhistory.min.js must be before playbyplay.min.js --> < script src =" localhistory.min.js " > </ script >
【文件预览】:
playbyplay-master
----.eslintrc(4KB)
----src()
--------index.css(1KB)
--------html.js(1KB)
--------index.js(3KB)
----demo()
--------index.html(1KB)
--------.eslintrc(211B)
--------index.css(990B)
--------index.js(1KB)
----.travis.yml(99B)
----gulpfile.js(4KB)
----LICENSE(1KB)
----test()
--------.eslintrc(274B)
--------support.js(85B)
--------utils.js(680B)
--------tests()
--------karma.conf.js(1KB)
----README.md(4KB)
----dist()
--------playbyplay.css(1KB)
--------playbyplay.min.js.map(10KB)
--------playbyplay.min.css(1KB)
--------playbyplay.js.map(9KB)
--------playbyplay.js(5KB)
--------playbyplay.min.js(3KB)
--------playbyplay.min.css.map(2KB)
----demo_dev()
--------index.html(481B)
--------.eslintrc(211B)
--------index.js(2KB)
----localhistory()
--------localhistory.min.js(3KB)
--------localhistory.js.map(13KB)
--------localhistory.js(8KB)
--------localhistory.min.js.map(14KB)
----.editorconfig(208B)
----.gitignore(70B)
----CHANGELOG.md(354B)
----package.json(2KB)