1
0
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:
Pomax
2020-09-25 15:44:14 -07:00
parent dda4808a34
commit 4778f9a689
441 changed files with 5534 additions and 1808 deletions

16
docs/news/03-draft.md Normal file
View 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