Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 381 Bytes

File metadata and controls

16 lines (10 loc) · 381 Bytes

GIFParser

読み込んだ GIF(アニメーション)画像をデコードして描画するだけのコードです。

解説記事 - TypeScript で GIF 画像をデコードして描画する

Usage

  1. Clone or download this repository.
  2. npm install
  3. npm run dev

dependencies

  • TypeScript
  • Vite