We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const imagejh = document.getElementById('image-jh'); window.onload = function initialize() { pict2pix.animate({ image: imagejh, numberOfParticles: 3000, horizontalSpeed: -1, verticalSpeed: -1, particleType: 'twisted-particle' }); }
This code throws an error because the variable passed to image is called imagejh. It only works when the image variable is called image.
The text was updated successfully, but these errors were encountered:
Issue #1: bug fixed
6baac7a
Opened to update the README.md and the example to generate the new release v0.1.1
Sorry, something went wrong.
Issue #1: README.md and example updated
6e74448
evaristocuesta
No branches or pull requests
This code throws an error because the variable passed to image is called imagejh. It only works when the image variable is called image.
The text was updated successfully, but these errors were encountered: