A quick-and-dirty framework for tackling everyday frontend development challenges.
Target browsers: modern browsers (2020 and newer).
- Demo & user friendly docs → https://lioneltardy.github.io/hanako-ts/demo/
- Class and methods docs → https://lioneltardy.github.io/hanako-ts/docs/
npm install hanako-ts --save-devYou can also use inside your project hanako-ts directly from source.
git clone https://lioneltardy.com/harkle/hanako-ts.gitnpm run docs- Install via npm or Clone the repository in your project
- Read → https://lioneltardy.github.io/hanako-ts/demo/#section-components
Run the automated test suite:
npm testThe suite uses a lightweight jsdom runner and covers critical collection behavior (events, traversing, HTML manipulation, dimensions edge cases, and network helpers).
See CHANGELOG.md for release notes.