UNPKG
gulp-svg2png
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A gulp plugin for converting SVGs to PNGs.
github.com/akoenig/gulp-svg2png
akoenig/gulp-svg2png
gulp-svg2png
/
index.d.ts
4 lines
(3 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
/// <reference path="typings/main.d.ts" />
declare
var
_default
:
(
options
?:
Object
,
verbose
?:
boolean
,
concurrency
?:
number
) =>
any
;
export
= _default;