UNPKG

@exezt-/webamp-custom

Version:

Winamp 2 implemented in HTML5 and JavaScript

13 lines (12 loc) 360 B
export default skinParser; declare function skinParser(zipFileBuffer: any, JSZip: any): Promise<{ colors: string[]; playlistStyle: import("./types").PlaylistStyle; images: any; genLetterWidths: {} | null; cursors: any; region: { [section: string]: string[]; }; genExColors: import("./types").SkinGenExColors | null; }>;