UNPKG

sigrist-svelte-mandelbrot-explorer

Version:

A svelte component that renders the mandelbrot set using WebGL. Try this [Demo](https://sigrist.dev/apps/mandelbrot).

3 lines (2 loc) 218 B
declare const _default: "precision highp float;\n\nattribute vec2 position;\nvarying vec2 fragCoord;\n\nvoid main() {\n fragCoord = position;\n gl_Position = vec4(position,0.0,1.0);\n}"; export default _default;