bunglegrind / save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
MIT License
0 stars 1 forks source link

remove or update libraries #3

Closed bunglegrind closed 2 years ago

bunglegrind commented 2 years ago

remove: filesaver.js

possible: cssjson.js pure-parser.js

bunglegrind commented 2 years ago

With the right refactoring, pure-parser is completely useless

bunglegrind commented 2 years ago

CSSJON lib removed because not used. https://github.com/bunglegrind/save-as-ebook/commit/52f77711476c868df57f79486f2638abf825800a

bunglegrind commented 2 years ago

filesaver removed. Files are downloaded via the background process and the download API. https://github.com/bunglegrind/save-as-ebook/commit/cafa9664bdab58de3cc5b4cdbf44cd09b0ebc1d3

bunglegrind commented 2 years ago

https://github.com/bunglegrind/save-as-ebook/commit/2a3d21f6fa5dc06e549cb15782fc18aeb46cfec4

...and so, pure-parser is removed. and jszip updated. closed!