mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-07-31 13:10:42 -05:00
5 lines
253 B
JavaScript
Vendored
5 lines
253 B
JavaScript
Vendored
// Shim for scripts\workflows.ts
|
|
export const trimJsonExt = window.comfyAPI.workflows.trimJsonExt;
|
|
export const ComfyWorkflowManager = window.comfyAPI.workflows.ComfyWorkflowManager;
|
|
export const ComfyWorkflow = window.comfyAPI.workflows.ComfyWorkflow;
|