Finished HTTP node creation and extensive node creation documentation in project

This commit is contained in:
Richard Osborne
2025-12-29 08:56:46 +01:00
parent fad9f1006d
commit 6fd59e83e6
13 changed files with 1008 additions and 247 deletions

View File

@@ -60,6 +60,9 @@ export default function registerNodes(noodlRuntime) {
require('./nodes/std-library/colorblend'),
require('./nodes/std-library/animate-to-value'),
// HTTP node - temporarily here for debugging (normally in noodl-runtime)
require('@noodl/runtime/src/nodes/std-library/data/httpnode'),
//require('./nodes/std-library/variables/number'), // moved to runtime
//require('./nodes/std-library/variables/string'),
//require('./nodes/std-library/variables/boolean'),