Skip to content

Commit

Permalink
feat: new feat
Browse files Browse the repository at this point in the history
  • Loading branch information
luvsunlight committed Aug 14, 2019
1 parent 2891960 commit 7ef8fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @copyRight: MIT License
* @discription: A set of useful funcs for webGL-based development. Unlike some handy libs
* like three.js <https://threejs.org/> or phaser <http://www.phaserengine.com/>, webGL's
* original funcs are quite complicated and unfriendly for newbies.So here i select some
* commom funcs to form this simple lib.
* original funcs are quite complicated and unfriendly for newbies.So here i add some
* commom funcs to this simple lib.
*/

import { VS_draw, FS_draw } from "./shaders"
Expand Down

0 comments on commit 7ef8fbc

Please sign in to comment.