A downloadable tool for Windows, macOS, Linux, and Android

Buy Now$1.00 USD or more

# 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

Buy Now$1.00 USD or more

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:

FireJs-1.0.zip 197 kB
FireJs-1.5.zip 192 kB
FireJs-1.7.zip 192 kB

Leave a comment

Log in with itch.io to leave a comment.