mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
4 lines
179 B
JavaScript
4 lines
179 B
JavaScript
|
// Shim for scripts\metadata\flac.ts
|
||
|
export const getFromFlacBuffer = window.comfyAPI.flac.getFromFlacBuffer;
|
||
|
export const getFromFlacFile = window.comfyAPI.flac.getFromFlacFile;
|