Available CDNs for jsMind
There are some well known CDNs.
jsDelivr
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jsmind@0.8.5/style/jsmind.css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jsmind@0.8.5/es6/jsmind.js"></script>
UNKPG
<link type="text/css" rel="stylesheet" href="https://unpkg.com/jsmind@0.8.5/style/jsmind.css" />
<script type="text/javascript" src="https://unpkg.com/jsmind@0.8.5/es6/jsmind.js"></script>
Other CDNs
- https://npm.onmicrosoft.cn/jsmind/
- https://jsd.onmicrosoft.cn/npm/jsmind/
Usage Considerations
- recommend using the latest version of jsMind. The latest version usually includes the newest features, performance improvements, and security fixes, providing a better user experience and a more stable operating environment. The latest version number is published on jsMind’s GitHub homepage.
- Strongly recommend using URLs with version numbers: This ensures that your project will not encounter compatibility issues due to version changes in future updates.
- Choose the appropriate CDN: Depending on the needs of your project and the geographical location of your users, selecting the appropriate CDN can improve resource loading speed and stability.
copyright notice
Reproduction and deduction are prohibited.
The jsMind project is still being updated and the corresponding documentation is updated at the same time as the version is updated. In order to avoid confusion to the user, it is forbidden to reprint this document without written permission and to make changes of any kind to this document.