Volen
Volen
I'm trying to apply the `OldFilmFilter` to a sprite: ``` img.filters = [new OldFilmFilter()]; ``` however, the filter doesn't look like it looks like in the demo - the image...
This pull requests changes the documentation generator from typedoc to ts-docs. if you don't want to document external references from `node-fetch` and `http`, then we can move the options to...
Fixes and closes #25
In [Typescript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier) the `declare` keyword was added as a property modifier to specify that an inherited class property should have no initializer. Seems like something in Typescript 4.3 made...
This project will re-written (again!) to support even more features and to make the code cleaner. Here are some features that I'll be trying out after the rewrite is complete:...