Skip to content

A wrapper around the sanitize-html library for use in ember-cli projects

License

Notifications You must be signed in to change notification settings

vyobukhov/ember-sanitize-html

Repository files navigation

ember-sanitize-html

A wrapper around the sanitize-html library for use in ember-cli projects

Installation

  • ember install ember-sanitize-html

Usage

Component

{{sanitize-html value="YOUR HTML" options=options}}

Util

sanitizeHtml('YOUR HTML', options)

or

import sanitize from 'ember-sanitize-html/utils/sanitize-html'
sanitize('YOUR HTML', options)

Available options

See original library sanitize-html

About

A wrapper around the sanitize-html library for use in ember-cli projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published