Commit graph

15 commits

Author SHA1 Message Date
30ad9c27ff chore: rework Clover Engine API, remove "SSR" term
"server side rendering" is a misleading term since it implies there is a
server. that isn't neccecarily the case here, since it supports running
in the browser. I think "clover engine" is cute, short for "clover html
rendering engine". Instead of "server side rendering", it's just rendering.

This commit makes things a lot more concise, such as `ssr.ssrAsync`
being renamed to `render.async` to play nicely with namespaced imports.
`getCurrentRender` and `setCurrentRender` are just `current` and
`setCurrent`, and the addon interface has been redesigned to force
symbols with a wrapping helper.
2025-08-02 22:22:07 -04:00
ff5e207f94 tidy
Update run.js
2025-08-02 20:56:36 -04:00
f4e9a237ce sot: fix deployment 2025-08-02 20:56:36 -04:00
3eb23b3b34 sot: fix missing mime.txt 2025-08-02 20:56:36 -04:00
0a345c677a finish scan3 2025-08-02 20:56:36 -04:00
395492a631 format 2025-08-02 20:56:36 -04:00
f4cda52770 initial run of scan3 on sandwich 2025-08-02 20:56:36 -04:00
e27fee6209 move discovered ffmpeg presets 2025-08-02 20:56:36 -04:00
7bd2a90f7f work on porting paperclover.net and also some tests 2025-08-02 20:56:36 -04:00
23aeb893e4 update readme
Update readme.md
2025-08-02 20:56:36 -04:00
21fd85a871 stuff 2025-06-09 21:13:51 -07:00
60916424ff incremental generator 2025-06-09 00:12:41 -07:00
0dd095e706 more organize 2025-06-08 17:31:03 -07:00
639ca60006 add readme 2025-06-08 17:00:07 -07:00
96b08a9d7e primative backend support 2025-06-08 15:12:04 -07:00