Version 3.02 — © 1997-2001 Christian Cohnen — Example 3
NovaFlux Coke bottle, particles from both sides
200 particles, single-shot mode (wait=-1)
<canvas id="game" width="100" height="168" style="width: 200px; height: 336px; image-rendering: pixelated;"></canvas>
<img id="img1" src="image/novaflux_coke.png" style="display:none">
<script>var DUST_CFG = { particles: 200, rangemin: 50, rangemax: 500, distort: 2000, wait: -1, direction: "both" };</script>
<script src="pixeldust.min.js"></script>