文件名称:栖息地:JavaScript库
文件大小:35KB
文件格式:ZIP
更新时间:2024-03-13 01:52:16
JavaScript
栖息地 栖息地是我为个人使用而构建JavaScript工具和库的集合。 完整的文档在这里: 如何使用它 您可以将其嵌入,如下所示: < script src =" habitat-embed.js " > </ script > 或像这样导入它: import Habitat from "./habitat-import.js" 如何安装 在使用它之前,您需要运行install函数(它将全局对象作为参数): Habitat . install ( window ) 或者,您可以选择安装库的特定部分。 这只是安装控制台功能: Habitat . Console . install ( window ) 或者,您可以导入特定的全局函数: import { print } from "./habitat-import.js" 在examples文件夹中还有更多有关如何使用“人
【文件预览】:
Habitat-main
----make.js(4KB)
----build()
--------habitat-import.js(32KB)
--------habitat-embed.js(31KB)
----LICENSE(1KB)
----examples()
--------example-import-partial.js(165B)
--------example-embed-online.html(226B)
--------example-embed-worker.js(161B)
--------example-embed-single.html(244B)
--------example-embed-multiple.html(1KB)
--------example-import-online.js(196B)
--------example-import.js(171B)
----README.md(960B)
----tinker()
--------tinker.html(1KB)
--------tinker.js(3KB)
----source()
--------property.js(3KB)
--------main-import-footer.js(72B)
--------math.js(648B)
--------async.js(248B)
--------event.js(910B)
--------main.js(1KB)
--------keyboard-import-footer.js(33B)
--------term-import-footer.js(29B)
--------math-import-footer.js(41B)
--------console-import-footer.js(51B)
--------async-import-footer.js(36B)
--------mothertode-import-footer.js(35B)
--------document-import-footer.js(39B)
--------random-import-footer.js(31B)
--------random.js(1KB)
--------type-import-footer.js(116B)
--------main-header.js(18B)
--------touch-import-footer.js(30B)
--------javascript.js(349B)
--------mothertode-footer.js(2KB)
--------mouse.js(869B)
--------javascript-import-footer.js(35B)
--------html.js(324B)
--------console.js(1KB)
--------mothertode.js(626B)
--------stage-import-footer.js(30B)
--------array.js(2KB)
--------type.js(2KB)
--------number.js(486B)
--------document.js(751B)
--------html-import-footer.js(29B)
--------term.js(9KB)
--------stage.js(541B)
--------object.js(926B)
--------mouse-import-footer.js(30B)
--------keyboard.js(561B)
--------touch.js(2KB)