feat: make node definitions type safe with zod
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"id": "max/plantarium/triangle",
|
||||
"outputs": [
|
||||
"model"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use macros::include_definition_file;
|
||||
use utils::{decode_float, encode_float, evaluate_arg, evaluate_float, get_args, wrap_arg};
|
||||
use utils::{decode_float, encode_float, evaluate_arg, get_args, wrap_arg};
|
||||
use wasm_bindgen::prelude::*;
|
||||
use web_sys::console;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user