This playground provide code editors to run transformations on a html source and display the result on the fly.
It use a html source and apply transformations using cheerio, the transformation process runs in a Web Worker.
Click here and enjoy!
$ npm install$ npm startThis app uses mocha to perform tests, you can run unit tests with:
$ npm testor run with karma:
$ npm run test:karmaFeel free to contribute adding new features or creating issues.