UNPKG
pngsmith
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
png engine for spritesmith
github.com/twolfson/pngsmith
twolfson/pngsmith
pngsmith
/
lib
/
pngsmith.js
6 lines
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
// Load in and combine all engine parts
var
extend =
require
(
'obj-extend'
);
module
.
exports
=
extend
({},
require
(
'./image'
),
require
(
'./exporters'
),
require
(
'./canvas'
));