Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.9 KB

README.md

File metadata and controls

77 lines (50 loc) · 1.9 KB

Welcome to slice-html 👋

Version License: MIT Twitter: hata6502

Slice an HTML element by the text offset.

Demo

demo

Install

Install via yarn

yarn add slice-html

Load from CDN

<script src="https://cdn.jsdelivr.net/npm/slice-html@latest"></script>

Usage

Please see demo HTML. sliceHTML() is similar to String.prototype.slice().

Build

yarn webpack

Format

yarn fix

Run tests

yarn test

Author

Tomoyuki Hata Tomoyuki Hata [email protected]

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Disclaimer

Please see DISCLAIMER.md.


This README was generated with ❤️ by readme-md-generator