SardineFish

Results 5 issues of SardineFish

This PR allow user change the default template delimiter `{value}`, `{{ block }}` and `{{# component }}`. The purpose of this PR is to allow TinyTemplate be used in other...

Now Unity has an API to implement scripted asset importer. That makes it possible to import `.lua` file as `TextAsset`, rather than use `.txt` file, which may lead to miss...

Add an option to support rendering raindrops layer only without background. Useful for blending raindrops layer with custom HTML elements. ## Usage ```javascript const raindropFx = new RaindropFX({ canvas: canvas,...