neocotic / europa

Library for converting HTML into valid Markdown
MIT License
158 stars 24 forks source link

Add a Europa Core implementation for workers #95

Closed neocotic closed 2 years ago

neocotic commented 2 years ago

A new europa-worker package has been added which is intended for use within workers and uses cheerio as the DOM wrapper due to the lack of a DOM within workers, even web workers.

Environment packages have been restructured slightly as a result of abstracting DOM implementations into their own packages (i.e. europa-dom-cheerio and europa-dom-web) in order to enable reuse.