Rename SvgViewer.init to render and update usage

This commit is contained in:
ema
2025-07-05 09:31:57 +08:00
parent a14b22d762
commit 007b960019
2 changed files with 10 additions and 10 deletions

View File

@@ -5,15 +5,15 @@
<title>LottieFiles Preview</title>
<style>
html, body {
width: 100%;
height:100%;
margin: 0;
overflow: hidden;
width: 100%;
height:100%;
margin: 0;
overflow: hidden;
}
#bm {
width: 100%;
height: 100%;
width: 100%;
height: 100%;
}
</style>
</head>