HEAVY BARE METAL
- meta editor
- press ctrl-shift-1 to run at current context
RE.$PS.set('RE.init', 'console.log("Hello world")')will print Hello world at console every time when startup.- buy me a coffee at https://ko-fi.com/seiran
RE.$L.script("https://unpkg.com/jquery")will load jqueryRE.$L.link("https://unpkg.com/bootstrap/dist/css/bootstrap.min.css")will load bootstrap, (refer to above for bootstrap.js)RE.$L.script("https://unpkg.com/jquery", () => dosth)- make your own npm and "RE.$Link" it in RE.$PS(RE.init)!