UNPKG

react-fluid-animation

Version:

Fluid media animation for React powered by WebGL.

9 lines (8 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = "\nprecision highp float;\nprecision mediump sampler2D;\n\nvarying vec2 vUv;\nuniform sampler2D uTexture;\n\nvoid main () {\n gl_FragColor = texture2D(uTexture, vUv);\n}\n"; exports.default = _default; //# sourceMappingURL=display.js.map