playhtml 2.1.5 → 2.1.7
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/CHANGELOG.md +4 -0
- package/README.md +1 -3
- package/dist/playhtml.es.js +906 -832
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -132,9 +132,7 @@ If you're trying this out and having trouble, please message me ([email](mailto:
|
|
|
132
132
|
|
|
133
133
|
## Examples
|
|
134
134
|
|
|
135
|
-
To get started, you can find examples
|
|
136
|
-
|
|
137
|
-
For full-fledged examples, check out our [community gallery](https://coda.io/@spencer/playhtml) for more inspiration on what you can do! And [submit your own](https://coda.io/form/playhtml-example_dnUR7xNE7wz) once you've made one.
|
|
135
|
+
To get started, you can find examples inside `index.html`, the `website/experiments` folder (these all have corresponding live demos at playhtml.fun/experiments/one/), and React examples under `packages/react/examples`.
|
|
138
136
|
|
|
139
137
|
## Custom Capabilities
|
|
140
138
|
|