most-box 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +156 -73
- package/cli.js +2 -2
- package/package.json +9 -5
- package/public/app.css +1519 -0
- package/public/app.jsx +607 -399
- package/public/bundle.css +1 -0
- package/public/bundle.js +10 -14
- package/public/error-boundary.jsx +50 -0
- package/public/index.html +2 -1
- package/public/index.jsx +16 -1
- package/server.js +280 -197
- package/src/config.js +24 -7
- package/src/core/cid.js +23 -18
- package/src/index.js +400 -272
- package/src/utils/security.js +27 -24
- package/public/bundle.js.map +0 -7
- package/public/icons/apple-touch-icon.png +0 -0
- package/public/icons/mask-icon.svg +0 -3
- package/public/icons/most.png +0 -0
- package/public/icons/pwa-192x192.png +0 -0
- package/public/icons/pwa-512x512.png +0 -0
|
Binary file
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="52" height="49" viewBox="0 0 52 49" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12.6085 35.2507C20.0705 44.0321 28.8029 45.8682 39.3058 39.9408L46.3677 47.7741L51.0789 43.0741L44.017 36.0291C47.758 31.0397 49.8006 22.6726 47.5 14.5C45.1994 6.32739 38.8556 1.32293 31.4536 0.784076C44.017 10.1741 44.017 23.2741 37.7353 30.5507L18.07 10.1741L25.9221 3.5482L14.1789 0.774098L1.61554 13.2975L8.67745 20.3425L14.1689 14.8641L33.0741 34.4524C31.7048 35.576 30.0916 36.3653 28.3628 36.7575C21.3609 38.2943 12.9686 30.5308 12.6585 30.5308C12.3484 30.5308 2.45577 39.9308 2.45577 39.9308C0.805318 41.238 0.785313 42.3057 1.62554 43.2338L4.76639 45.4291C5.99673 45.7285 7.05701 45.2894 7.90724 43.8624L12.6085 35.2507Z" fill="black" stroke="black"/>
|
|
3
|
-
</svg>
|
package/public/icons/most.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|