@flexis/favicons
Version:
A tool for generating icons for the modern web.
8 lines • 360 B
TypeScript
import { FaviconsGenerator as FaviconsGeneratorBase } from './core';
import { attachMetadata, renderIcon } from './image';
export * from './core';
export default class FaviconsGenerator extends FaviconsGeneratorBase {
protected attachMetadata: typeof attachMetadata;
protected renderIcon: typeof renderIcon;
}
//# sourceMappingURL=index.d.ts.map