https://github.com/peerlibrary/html-janitor
Sanitises HTML
https://github.com/peerlibrary/html-janitor
Last synced: 12 months ago
JSON representation
Sanitises HTML
- Host: GitHub
- URL: https://github.com/peerlibrary/html-janitor
- Owner: peerlibrary
- Created: 2014-03-30T11:42:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T11:27:45.000Z (over 12 years ago)
- Last Synced: 2025-04-19T12:42:22.522Z (about 1 year ago)
- Language: JavaScript
- Size: 348 KB
- Stars: 1
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
html-janitor
============
Sanitises HTML.
Fork of https://github.com/JamesRyanATX/janitor-js.
Uses UMD for support in AMD and Common JS environments.
## Installation
```
bower install html-janitor
# or
npm install html-janitor
```