@grafloria/element 0.4.0 → 0.4.1
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,8 @@ Worst case, importing the **entire** public surface of `@grafloria/element`
|
|
|
44
44
|
|
|
45
45
|
A real app importing only what it uses ships less. Reproduce it in two minutes:
|
|
46
46
|
|
|
47
|
+
**Docs:** [JavaScript in 10 minutes](https://grafloria.com/learn/javascript/) · [guides & concepts](https://grafloria.com/learn/) · [111 live demos](https://grafloria.com/demos/)
|
|
48
|
+
|
|
47
49
|
```sh
|
|
48
50
|
npm i -D esbuild @grafloria/element
|
|
49
51
|
echo "export * from '@grafloria/element';" > entry.mjs
|