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)