mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
- Remove extending the Math & CanvasRenderingContext2D classes. - It was messing up the typescript 4.9+ - Using the built-in roundRect function - Adding global clamp function - Add some type corrections in litegraph.d.ts - Fix a couple of build issues Co-authored-by: Ranuka Perera <premium@sawrc.com> Co-authored-by: Moritz Ulmer <moritz.ulmer@posteo.de>
8 lines
209 B
Bash
Executable File
8 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# For migration to JSDoc (YUIDoc was deprecated in 2014): https://github.com/pnstickne/yuidoc-to-jsdoc
|
|
|
|
cd "$(dirname "$0")" || exit
|
|
rm -rf ../docs/*
|
|
../node_modules/.bin/yuidoc ../src -o ../docs
|