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

ParamTypeDescription
taintStringStringstring that needs to be cleaned
customConfigObjectCan be passed new config per usage (Default: uses default configuration)