@ice/stark-html
Version:
icestark-html is a JavaScript library for icestark, used for processing html.
30 lines (17 loc) • 1.44 kB
Markdown
# icestark-html
> icestark sommunication solution. [icestark docs](https://ice.work/docs/icestark/about).
[](https://npmjs.org/package/@ice/stark-html) [](https://packagequality.com/#?package=@ice%2Fstark-html) [](https://travis-ci.org/ice-lab/icestark) [](https://codecov.io/gh/ice-lab/icestark) [](https://npmjs.org/package/@ice/stark-html) [](https://david-dm.org/ice-lab/icestark)
## Installation
```bash
npm install @ice/stark-html --save
```
#### example
```javascript
import processHtml from '@ice/stark-html';
const htmlContent = processHtml(oldHtmlContent);
```
## Contributors
Feel free to report any questions as an [issue](https://github.com/ice-lab/icestark/issues/new), we'd love to have your helping hand on `icestark`.
If you're interested in `icestark`, see [CONTRIBUTING.md](https://github.com/alibaba/ice/blob/master/.github/CONTRIBUTING.md) for more information to learn how to get started.
## License
[MIT](LICENSE)