mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-08 03:06:29 +08:00
Use lottie-web and svga instead of npmjs
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
# Ignore HTML files in Resources and subdirectories
|
||||||
|
Resources/**/*.html linguist-vendored
|
||||||
|
|
||||||
|
# Ignore CSS files in Resources and subdirectories
|
||||||
|
Resources/**/*.css linguist-vendored
|
||||||
|
|
||||||
|
# Ignore JS files in Resources and subdirectories
|
||||||
|
Resources/**/*.js linguist-vendored
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Resources\Web\*">
|
<EmbeddedResource Include="Resources\Web\**\*">
|
||||||
<LogicalName>QuickLook.Plugin.ImageViewer.Resources.%(RecursiveDir)%(Filename)%(Extension)</LogicalName>
|
<LogicalName>QuickLook.Plugin.ImageViewer.Resources.%(RecursiveDir)%(Filename)%(Extension)</LogicalName>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
+1
File diff suppressed because one or more lines are too long
+3
-2
@@ -19,7 +19,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="bm"></div>
|
<div id="bm"></div>
|
||||||
<script src="https://unpkg.com/lottie-web/build/player/lottie.min.js"></script>
|
<!--<script src="https://unpkg.com/lottie-web/build/player/lottie.min.js"></script>-->
|
||||||
<script src="lottie2html.js"></script>
|
<script src="lottie-web/lottie.min.js"></script>
|
||||||
|
<script src="js/lottie2html.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -24,6 +24,6 @@
|
|||||||
<div id="svgContainer">
|
<div id="svgContainer">
|
||||||
<div id="svgWrapper"></div>
|
<div id="svgWrapper"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="svg2html.js"></script>
|
<script src="js/svg2html.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -18,7 +18,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
<script src="https://unpkg.com/svga/dist/index.min.js"></script>
|
<!--<script src="https://unpkg.com/svga/dist/index.min.js"></script>-->
|
||||||
<script src="svga2html.js"></script>
|
<script src="svga/index.min.js"></script>
|
||||||
|
<script src="js/svga2html.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user