UNPKG
imgdye
Version:
latest (1.0.1)
1.0.1
1.0.0
Tint PNG images using JavaScript.
github.com/dasilvacontin/imgdye
dasilvacontin/imgdye
imgdye
/
test
/
imgdye.spec.js
12 lines
(9 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* global describe, it */
var
imgdye =
require
(
'..'
)
require
(
'chai'
).
should
()
describe
(
'imgdye'
,
function
(
) {
it
(
'should be a function'
,
function
(
) { imgdye.
should
.
be
.
a
(
'function'
) imgdye.
name
.
should
.
equal
(
'imgdye'
) }) })