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
/
lib
/
SVG.d.ts
12 lines
(11 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
class
SVG
{
/** * Checks if the given file is a SVG. * * @param {buffer} svg The SVG file object. * * @return {Boolean} * */
static
is
(data: any)
: boolean;
}