Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

svga 1.x support failed because jszip.min.js failed to load #168

Open
shotforsky opened this issue Jan 12, 2022 · 0 comments
Open

svga 1.x support failed because jszip.min.js failed to load #168

shotforsky opened this issue Jan 12, 2022 · 0 comments

Comments

@shotforsky
Copy link

shotforsky commented Jan 12, 2022

Issue Description

According To README, we should load jszip to support svga 1.x
image

But now the JS failed to load.

How To Reappear

Use your browser to access the JS link, dev tools would show the response as following:

https://s1.yy.com/ued_web_static/lib/jszip/3.1.4/??jszip.min.js,jszip-utils.min.js

image

This means the JS failed to load, please look at this issue.

Any Attachment

N/A

Others

For those who came to the same issue as me, try following as a temporary replacement:

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jszip.min.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jszip-utils.min.js" charset="utf-8"></script>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant