strview.js ゞ 浴缸里的玫瑰 2021-09-09 08:06 122阅读 0赞 # strview.js # A JS library that can convert strings into view. ## How to use? ## You can use `strviewCLI`, a scaffolding tool, which will enable you to better understand and use `strview.js`. https://github.com/maomincoding/strviewCLI.git ## Which dist file to use? ## * `strview.esm.js` * For usage via native ES modules imports (in browser via `<script type="module">`. * `strview.global.js` * For direct use via `<script src="...">` in the browser. Exposes the `Strview` global.
还没有评论,来说两句吧...