UNPKG

gulp-svg2png

Version:

A gulp plugin for converting SVGs to PNGs.

12 lines (11 loc) 217 B
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; }