Lightweight plugin for sanitize your html
npm install light-sanitize-htmljs
const sanitize = require("light-sanitize-html");
let html =
some image
;html = sanitize(html);
html ==
some image
; // true``