bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.32k stars 157 forks source link

WIP: chore: migrate to ts #246

Open Zzzen opened 1 year ago

Zzzen commented 1 year ago

This PR is focused on migrating the project to TypeScript. Currently, I've successfully set up TypeScript to work with existing bundle, test, and lint workflows. However, I'm having trouble finding a good alternative to JSDoc for generating documentation.

I tried using TypeDoc, but found that the generated structure is not consistent with JSDoc. Would appreciate any feedback or guidance on this issue.