pixelscript 0.5.12

Multi language scripting runtime
Documentation
1
2
3
4
5
import * as pxs from 'pxs';

export const function_from_outside = () => {
    pxs.print("Calling function from outside!");
}