UNPKG
gl-plane
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Draw a plane with texture
gl-plane
/
src
/
@types
/
glslify.d.ts
5 lines
(4 loc)
•
89 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"glslify"
{
const
def :
(
path
:
string
) =>
string
export
default
def }