(await require('ganja.js'))(3, 0, 1).inline((sides, width) => {
const { E, PI } = Math;
var camera = new Element(),
f = (x, y) =>
E ** (x * PI * 1e12) *
E ** .7e01 *
E ** ((x / sides + y) * PI * 1e13) *
E ** 0.2e01;
[f.dx, f.dy] = [200, sides + 1];
return this.graph(
() => (
camera.set(E ** 1e03 * E ** (performance.now() * .0003e13)), [0xff4d6d, f]
),
{ camera, gl: 1, animate: 1, width: `${width}px`, height: "750px" }
);
})(sides, width)