Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/isomorphic-html-sanitize

Isomorphic HTML sanitizer
https://github.com/nescalante/isomorphic-html-sanitize

Last synced: 20 days ago
JSON representation

Isomorphic HTML sanitizer

Awesome Lists containing this project

README

        

# Isomorphic HTML sanitize

HTML sanitizer for Node and the browser

## Install

```
npm install isomorphic-html-sanitize
```

## Usage

```javascript
const sanitize = require('isomorphic-html-sanitize');

sanitize('A hacky HTML piece of code')
```

## License

MIT