First commits be like

This commit is contained in:
2020-04-21 00:03:26 +02:00
parent f0e071212f
commit 93eea321a8
12 changed files with 440 additions and 0 deletions

13
sunpy/orep/orep.js Normal file
View File

@@ -0,0 +1,13 @@
import { RenderNode } from "../canvas/renderer.js";
/*
var onloadOld = onload || (() => {});
onload = () => {
onloadOld();
init();
}
function init() {
}
*/