Render RTF documents in HTML. This also includes rendering WMF and EMF images which are often contained in RTF documents.
npm install rtf.jsRender RTF documents in HTML. This also includes rendering WMF and EMF images which are often contained in RTF documents.
HELPDECO.EXE HOMEAUDIOMETER.HLP /r /y /n feature.See the Getting Started Guide for details.
npm install.localhost:8080 and automatically recompile and reload the sample page if you make a code change. This can be started with:
$ npm run watch
`Building
To build the entire project and create the bundles run:
`
$ npm run build
`Tests
Please run npm run lint first to make sure your code adheres to the style guide and npm run build to build the code to be testedTo run the test suite run:
`
$ npm run test
`To create a new test (type is
rtf, emf or wmf):
`
$ npm run generate-testcase
`To regenerate the expected result for an existing test:
`
$ npm run regenerate-testcase
`Code Coverage
To generate code coverage metrics run:
`
$ npm run coverage
`Afterwards you can generate a nice html report in the
coverage directory:
`
$ npm run coverage-html
`Warning: creating coverage reports instruments the bundles in the
dist` directory.