FireJs
A downloadable tool for Windows, macOS, Linux, and Android
# FireJs
Simple and easy to use JavaScript Fire-effect component.
Lighweight, only 4.3 KB!
## Usage
Simply add these to your site.
```
<body>
...
<canvas id="fire1"></canvas>
<script src="firejs.js"></script>
<script>
window.firejs({id: "fire1", width: 300, height: 200, pixel: 7, mode: 1});
</script>
</body>
```
## Options
- noise (0.001): Flame shape
- width (500): Canvas width in pixels
- height (500): Canvas height in pixels
- pixel (5): Pixel size in pixels
- mode (1): Flame mode. [0->6]
- id (null): Canvas element id
- mouse (false): Generate fire w/ mouse
## License
You own this software as it is
Purchase
In order to download this tool you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.