This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * <BurningPhotoCard /> — a photo card printed on a sheet of paper that catches | |
| * fire and burns away when you press Delete. | |
| * | |
| * Everything is in this one file: the WGSL shaders, the WebGPU burn simulation, | |
| * the procedural paper grain, the Skia rasterizer that prints the card, and the | |
| * React component. Drop it in your project and import it. | |
| * | |
| * --------------------------------------------------------------------------- | |
| * INSTALL |