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">
.
- For usage via native ES modules imports (in browser via
-
strview.global.js
- For direct use via
<script src="...">
in the browser. Exposes theStrview
global.
- For direct use via