j5e
Version:
j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification
26 lines (25 loc) • 486 B
JSON
{
"include": [],
"modules": {
"*": [],
"j5e/animation": "$(j5e)/lib/animation/*",
"j5e/easing": "$(j5e)/lib/easing/*",
"j5e/fn": "$(j5e)/lib/fn/*",
"j5e/led": "$(j5e)/lib/led/*",
"j5e/event": "$(j5e)/lib/event/*"
},
"preload": [
"j5e/animation",
"j5e/easing",
"j5e/fn",
"j5e/led",
"j5e/event"
],
"platforms": {
"esp": {},
"esp32": {},
"...": {
"error": "Experimental ECMA-419 IO modules unsupported"
}
}
}