- a Library for building
- multi-device experiences from handheld small screens
- to large screens
- using cloud storage
- compatible with p5js
// !!@ DOC-TEST fstorage_render({ url, layer })
# src/doc
# documentation of the lib api
# test in node
node src/doc/main.js
# test in browser
src/doc/index.html
# publish lib to npm
#
bin/lib-publish.sh
# deploy to github pages
#
bin/git-release.sh
# example reference
#
# [github moSalon](https://github.com/molab-itp/moSalon) ?v=104
# https://github.com/molab-itp/moSalon/blob/main/src/vote/index.html
<script src="https://unpkg.com/[email protected]/dist/moLib.umd.js"></script>