Skip to content

7.0.0

Latest

Choose a tag to compare

@bhj bhj released this 04 Aug 16:28
· 3 commits to main since this release

Breaking changes:

  • The package is now in ECMAScript Module (ESM) format
  • The load() method has been removed in favor of simply passing your file's ArrayBuffer to the constructor

Improved:

  • Moved to TypeScript
  • Moved build system to Vite; to run the demo you can now npm run dev

Fixed:

  • Rendering issue with titles that finish scrolling at non-zero offsets (thanks hcs64)