CDN Resources for weixin
Various ways to access weixin via Content Delivery Networks
Package Installation
npm
npm install weixin
yarn
yarn add weixin
pnpm
pnpm add weixin
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/weixin"></script>
Unpkg
<script src="https://unpkg.com/weixin"></script>
jsDelivr ESM
<script type="module">
import weixin from 'https://cdn.jsdelivr.net/npm/weixin/+esm';
</script>
Skypack
<script type="module">
import weixin from 'https://cdn.skypack.dev/weixin';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages