io-actions/app/toolbox/math.js
2025-05-21 15:37:45 -04:00

13 lines
248 B
JavaScript

export default {
name: 'Math',
colour: 120,
contents: [
"io_math_number",
// "math_range", // may expose this later
"io_logic_compare",
"io_math_arithmetic",
"io_math_round",
"io_math_constrain",
"math_map",
]
}