html: add sixel support (#970)

* sixel support

* make linter happy

* picky linters gonna be picky

* simplify worker inlining

* rebuild html

Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
This commit is contained in:
jerch
2022-08-30 01:44:25 +02:00
committed by GitHub
parent 648215214d
commit b8a88f63b1
6 changed files with 12326 additions and 10980 deletions

View File

@@ -59,4 +59,3 @@ task('default', series('inline', () => {
.pipe(rename("html.h"))
.pipe(dest('../src/'));
}));