ComfyUI/custom_nodes
Abhijeet Dhope 42a42623e4
Add comprehensive frontend extension example
This adds a heavily commented JavaScript example file (frontend_extension.js.example) to the custom_nodes directory. The example demonstrates:

- Extension registration and lifecycle hooks
- Working with node properties including node.imgs
- Adding custom widgets and UI elements
- API communication and WebSocket messaging
- Workflow execution hooks
- Best practices and debugging tips

This addresses issue #3603 by providing developers with a complete, well-documented example similar to the existing example_node.py.example file.
2025-11-22 13:27:00 +05:30
..
example_node.py.example update example_node to use V3 schema (#9723) 2025-10-02 15:20:29 -07:00
frontend_extension.js.example Add comprehensive frontend extension example 2025-11-22 13:27:00 +05:30
websocket_image_save.py Lint unused import (#5973) 2024-12-09 15:24:39 -05:00