Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-proton

jotuyea11MIT1.3.0

Proton is a simple and powerful javascript particle animation engine.

particle, particles, proton, canvas-particle, webgl

readme

easy proton

useage

function createProton({
    rate = 30,
    body,
    life = 1,
    x = 100,
    y = 100,
    canvas,
    color = ["#ff0000", "#ffff00"],
    scale = [1, 0.1],
    alpha = [1, 0],
    v = 2,
    angel = [0, 50]
})