Commit Graph

11 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 6eaa3799d3
docs: massively improve image conversion system
more formats, memoizing, custom <picture> element generation, async 
image conversion to optimise CPU usage, and more!

Too bad that the imagemagick apt package doesn't natively support JPEG 
XL just yet (Imagemagick 7 does though), but that's an easy fix on our 
end once they add support :D

It looks like we need to implement our own alternative to the serve 
command though :-/
2021-10-17 03:00:24 +01:00
Starbeamrainbowlabs c8773efe22
Docs: Upgrade reference to support categorical display
It even persists your preference using localStorage!
2021-10-05 02:02:53 +01:00
Starbeamrainbowlabs 66a3244203
Bugfix docs: fix last section not appearing in reference 2021-10-04 21:45:15 +01:00
Starbeamrainbowlabs 75d40d7a6c
Update dependencies 2021-09-11 01:45:57 +01:00
Starbeamrainbowlabs f1aa481d99
website: remove extra rogue npm package 2021-08-08 22:02:31 +01:00
Starbeamrainbowlabs b55f7018f9
Docs: add syntax highlighting to command invocations 2021-07-06 02:47:45 +01:00
Starbeamrainbowlabs 10677e279e
Add CI build script
....unfortunately my CI server is down right now though, so we're still 
running it manually for now.
2021-06-21 00:39:14 +01:00
Starbeamrainbowlabs 9232b79925
docs: Spruce up reference page
It looks much fancier now :D
2021-06-20 01:51:55 +01:00
Starbeamrainbowlabs 1dcfc22f7a
docs: add npm start script 2021-06-19 17:49:20 +01:00
Starbeamrainbowlabs 722912a0c2
Work on images, but it leaves a lot to be desired
....we'll have to reimplement Image.generateHTML :-/
2021-05-31 21:06:17 +01:00
Starbeamrainbowlabs 117002f9e9
Start working on documentation website, but it's not finished yet 2021-05-31 02:20:23 +01:00