This commit is contained in:
jusax23 2022-11-02 19:09:14 +01:00
parent 210ba52685
commit 21062d92da
2 changed files with 4 additions and 3 deletions

View file

@ -27,13 +27,14 @@ export const call = (stear, { find, resolve, render, call, event }, args) => {
return <div style={{zIndex:1000}} find="main">
<img src="logo.png" style={{
width: "50vw",
width: "75vw",
maxWidth: "75vh",
maxHeight: "75vh",
position: "absolute",
left: "50%",
top: "50%",
transform: "translate(-50%, -50%)",
animation: `${wobel} 2s ease-in-out 0s infinite`,
animation: `${wobel} 1s ease-in-out 0s infinite`,
}}/>
</div>;
/*return _({ style: { zindex: 1000 }, find: "main" }, [

View file

@ -9,7 +9,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"buildExample": "esbuild example/index.js --jsx-factory=s --loader:.js=jsx --bundle --minify --outdir=build --sourcemap",
"serveExample": "esbuild example/index.js --jsx-factory=s --loader:.js=jsx --bundle --minify --servedir=example #--sourcemap"
"serveExample": "esbuild example/index.js --jsx-factory=s --loader:.js=jsx --bundle --minify --servedir=example --sourcemap"
},
"repository": {
"type": "git",