hrgui / libass-wasm-ts

Takes libass-wasm and adds types to it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@hrgui/libass-wasm-ts

Adds types for libass-wasm.

This isn't the traditional way though, and it is temporary for the time being before it lands as a @types package.

Usage

npm i @hrgui/libass-wasm

Since this isn't a @types package, this requires adding the types via the following way in tsconfig.json:

"types": ["@hrgui/libass-wasm-ts"]

About

Takes libass-wasm and adds types to it