A quick-and-dirty framework for tackling everyday frontend development challenges.
Target browsers: modern browsers (2020 and newer).
npm install hanako-ts --save-dev
You can also use inside your project hanako-ts directly from source.
git clone https://lioneltardy.com/harkle/hanako-ts.git
npx typedoc src/index.ts src/Component.ts src/Framework.ts src/GraphicEngine.ts src/Collection.ts
Run the automated test suite:
npm test
The 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.
Generated using TypeDoc