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 start
This app uses mocha to perform tests, you can run unit tests with:
$ npm test
or run with karma:
$ npm run test:karma
Feel free to contribute adding new features or creating issues.