-
https://unpkg.com/axios/dist/axios.min.js
Can someone please check why CDN is down?
Thank you
-
The initial problem faced running this app is an inability to successfully fetch from unpkg
However, disabling the cross origin leads to the `SharedArayBuffer` problem as described in [installa…
-
It looks like `@` is a valid character in urls/links. V template engine wrongly replaces it to `$`
The problem in the code should be somewhere [here](https://github.com/vlang/v/blob/master/vlib/v/pa…
-
pdfjs requires the workerSrc to be set at runtime. The current implemenation sets this to a CDN (https://unpkg.com). When a content security policy is defined this logic can fail when the CDN is not d…
-
-
Hello
Can you add umd build ?
Why
This library is made for computation and in order to be use in web workers, a umd build would be great.
From unpkg docs :
```
Workflow
For npm package au…
-
The google-chart example does not word in JS Bin
However if you set it to use version 5.0.0 - 5.0.3 it does.
ie ``
So there is something not quite right for version 5.1.0 as chart does not r…
niko5 updated
3 weeks ago
-
## 🏠 官网地址变化
> [!WARNING]
原官网 和 不再维护和使用,请访问最新的网址,以确保您看到的不是过时的文档。
- 原 `v1` 官网迁移至 .
- 原 将作为 `v2` 默认官网。
## 🏷️ npm dist-tag 变化
> 什么是 [dist-tag](https://docs.npmjs.com/adding-dist-tags-to-…
-
i used all possible functions to add leaflet ruler plugin but it gives me errors like :
js: Uncaught ReferenceError: map is not defined
# Add Leaflet-Ruler plugin
m.get_root().header.ad…
-
比如我用[importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap)
定义了前缀, 方便直接引用npm包
```
{"imports":{"npm/":"https://cdn.jsdelivr.net/npm/"}}
```
然后国内用户我想切换到 npm…