Options
All
  • Public
  • Public/Protected
  • All
Menu

hanako-ts

hanako-ts

npm version

A quick-and-dirty framework for tackling everyday frontend development challenges.

Target browsers: modern browsers (2020 and newer).

Demo & docs

Installation

Install with NPM

npm install hanako-ts --save-dev

Build from source

You can also use inside your project hanako-ts directly from source.

git clone https://lioneltardy.com/harkle/hanako-ts.git

Update docs

npx typedoc src/index.ts src/Component.ts src/Framework.ts src/GraphicEngine.ts src/Collection.ts

Integrate in your project

Tests

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).

Release notes

See CHANGELOG.md for release notes.

Generated using TypeDoc