shader-image
shader-image copied to clipboard
Resize output canvas when updating
Currenty, the generated canvas, which represents the output of the shader, is only sized once. However, the canvas should re resized with every call to .update()
or at least provide a .resize()
method as the source canvas could change.