import zim from "https://zimjs.org/cdn/016/zim";
ZIMONON = true; // set this to true if using ZIMON - like JSON but with any object
new Frame(FIT, 1024, 768, blue, darker, ready);
function ready(F, S, W, H) {
new Label('TEST ZIMON',80).center()
const callFun=function(){
var num=123
}
var testData={pause:true,
testFun:callFun
}
var str=ZIMON.stringify(testData)
console.log(str)
if (localStorage) localStorage.testLS = ZIMON.stringify([1,2,3]);
console.log(localStorage.testLS)
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.