scratchblocks-plus 1.0.0 → 1.0.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 +4 -0
- package/build/scratchblocks-plus.min.es.js +3 -3
- package/build/scratchblocks-plus.min.es.js.map +1 -1
- package/build/scratchblocks-plus.min.js +3 -3
- package/build/scratchblocks-plus.min.js.map +1 -1
- package/build/translations-all-es.js +2 -2
- package/build/translations-all.js +2 -2
- package/build/translations-es.js +2 -2
- package/build/translations.js +2 -2
- package/package.json +1 -1
- package/syntax/model.js +18 -25
- package/syntax/syntax.js +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,10 @@ It uses the [pandoc_scratchblocks](https://github.com/CodeClub/pandoc_scratchblo
|
|
|
44
44
|
This would probably be a good way to write a Scratch book.
|
|
45
45
|
-->
|
|
46
46
|
|
|
47
|
+
# React
|
|
48
|
+
|
|
49
|
+
Use the [scratchblocks-plus-react](https://github.com/LuYifei2011/scratchblocks-plus-react) package to render scratchblocks in React.
|
|
50
|
+
|
|
47
51
|
## HTML
|
|
48
52
|
|
|
49
53
|
You'll need to include a copy of the scratchblocks-plus JS file on your webpage.
|