readme update

This commit is contained in:
Antoni Sawicki 2019-05-31 00:44:50 -07:00
parent 416490289d
commit 7610f52574

View File

@ -8,10 +8,12 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t
## Done so far ## Done so far
* basic browser-in-browser mode * basic browser-in-browser mode
* process and serve image+map via cdp * screenshot and serve image+map via CDP
* gif with FloydSteinberg dithering * gif with FloydSteinberg dithering
* random image addressing * random image addressing
* resolve relative links * resolve relative links
* simple scrolling
* google search on input not starting with ^http
## Todo ## Todo
* ISMAP * ISMAP
@ -19,7 +21,7 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t
* configurable color palete and quantization * configurable color palete and quantization
* paginated scrolling * paginated scrolling
* real http proxy support * real http proxy support
* encode to png/jpeg option * option to encode as png/jpeg
* padded box model coordinates * padded box model coordinates
* better http server shutdown * better http server shutdown
* chromedp logging, timeout, non-headless flags * chromedp logging, timeout, non-headless flags