Editor.js Sanitizer Module
February 28, 2019 ยท View on GitHub
The Sanitizer module represents a set of methods that clears taint strings.
Uses lightweight npm package with simple API html-janitor
Methods
clean
clean(taintString, customConfig)
Cleans up the passed taint string
params
| Param | Type | Description |
|---|---|---|
| taintString | String | string that needs to be cleaned |
| customConfig | Object | Can be passed new config per usage (Default: uses default configuration) |