about summary refs log tree commit diff stats
path: root/src/data/charset.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add support for canvas and multipartbptato2023-06-051-5/+0
| | | | | | | | | | | | | | | Quite incomplete canvas implementation. Crucially, the layout engine can't do much with whatever is drawn because it doesn't support images yet. I've re-introduced multipart as well, with the FormData API. For the append function I've also introduced a hack to the JS binding generator that allows requesting the JSContext pointer in nim procs. Really I should just fix the union generator thing and add support for overloading. In conclusion, for now the only thing canvas can be used for is exporting it as PNG and uploading it somewhere. Also, we now have PNG encoding and decoding too. (Now if only we had sixels as well...)
* Support all whatwg encodingsbptato2023-05-201-0/+7
|
* Add display/output encodingbptato2023-05-191-8/+31
| | | | Some encodings are still missing
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-0/+433
Also, fix a bug in the