Effects / Toon

A cartoon style particle effect that follows the user's mouse.

Options

Toon has no options.

Example

Example Code

import Tile from "../../components/Tile.js";
import withNeon from "react-neon";
import Toon from "../../effects/toon.js";
const effect = new Toon();
const ToonTile = withNeon(Tile, effect);