ember-cli-sanitize-html
v2.0.3
Published
Wrapper for Sanitize HTML to help clean up unwanted html tags
Downloads
2,774
Maintainers
Readme
ember-cli-sanitize-html
A wrapper around the sanitize-html library for use in ember-cli projects
Installation
ember install ember-cli-sanitize-html
Usage
Component
{{sanitize-html raw=<true|false>[default=false] value="YOUR HTML" options=options}}
import sanitizeHtml from 'ember-cli-sanitize-html'
sanitizeHtml('YOUR HTML', options)
Available options
See original library sanitize-html
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.