A Real Time 2D Graphical Rendering Engine Made With GPU.js
npm install gpujs-real-renderer
canvas element. The library can be directly used in the browser with the included dist files or can be compiled using a packager like webpack or a framework like react.#### Dist Files
The browserified and minified dist files can be found in the /dist directory on github or in the npm package.
#### Browser Usage
The dist for GPU.js has to be included in a script tag before including the dist for RealRenderer.
``html