mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
improved markdown conversion
This commit is contained in:
16
docs/news/03-draft.md
Normal file
16
docs/news/03-draft.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# HTML custom elements and reinventing Processing.js
|
||||
|
||||
- `<graphics-element>`
|
||||
- BaseAPI + GraphicsAPI
|
||||
- `<fallback-image>
|
||||
- generate snapshot of first frame
|
||||
- canvas in Node!
|
||||
- image filename hashed based on file-content
|
||||
- store in images/chapter/... or images/news/...
|
||||
- lazy loading for if there is no JS
|
||||
- if JS, IntersectionObserver on the graphics element
|
||||
|
||||
- Styling: `:defined` to the rescue
|
||||
|
||||
- Why not `extends HTMLCanvasElement`?
|
||||
- node + browser
|
Reference in New Issue
Block a user