UNPKG
texturity.js
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
WebGL based library for drawing textures
github.com/Ni55aN/texturity.js
Ni55aN/texturity.js
texturity.js
/
rollup.config.js
10 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export default {
input
:
'src/index.js'
, output: { file:
'build/texturity.js'
, format:
'iife'
}, sourcemap: true, plugins: [], name:
'Texturity'
};