Skip to content

jill64/svelte-sanitize

Repository files navigation

@jill64/svelte-sanitize

npm-version npm-license npm-download-month npm-min-size ci.yml website

💎 Safe html expansion for Svelte with universal-sanitize

Installation

npm i @jill64/svelte-sanitize

If you have problems building with pnpm, try the following

pnpm i -D @jill64/universal-sanitizer

Usage

<script>
  import { Render } from '@jill64/svelte-sanitize'
</script>

<Render
  html={/* dirty html */}
  options={/* {
    sanitizeHtml?: sanitize-html options
    dompurify?: DOMPurify options
  } */}
/>

Same as all parameters @jill64/universal-sanitize

License

MIT