UNPKG

@flyskywhy/react-native-gcanvas

Version:

A C++ native canvas 2D/WebGL component based on gpu opengl glsl shader GCanvas

12 lines 368 B
<!DOCTYPE HTML> <html> <body> <canvas id="myCanvas" style="width:400px;height:400px;" width="400px" height="400px"> Your browser does not support the canvas element. </canvas> <script type="text/javascript" src="./env.js"> </script> <script src="../benchmarks/verb/tc_sample_path_translate.js"></script> </body> </html>