1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-08 23:50:43 +02:00

Update README.md

This commit is contained in:
Pomax
2020-08-23 12:00:18 -07:00
committed by GitHub
parent dacf58107f
commit 8520c8a1c5

View File

@@ -6,7 +6,7 @@ The primer is currently being rewritten from a React application to a pure HTML/
React is nice, Webpack is convenient, but there's just very little need to serve the Primer as "a React app". Simply convert the various parts to HTML directly, and then assemble it as "a page" that _just works_, rather than as "an application" that won't even show content without JS enabled.
## #Current progress:
### Current progress:
- [x] create an HTML custom element for the graphics (also see https://github.com/pomax/custom-graphics-element)
- [x] use bezier.js in the custom element's `Bezier` class