Skip to content

Commit

Permalink
Fixed unpkg link for threejs (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianseeley committed Apr 19, 2022
1 parent 70277b8 commit 14af269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spine-ts/README.md
Expand Up @@ -56,8 +56,8 @@ You can include a module in your project via a `<script>` tag from the [unpkg](h
<script src="https://unpkg.com/@esotericsoftware/spine-player@4.0.*/dist/iife/spine-player.js">
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/spine-player@4.0.*/dist/spine-player.css">
// spine-ts WebGL
<script src="https://unpkg.com/@esotericsoftware/spine-threejs@4.0.*/dist/iife/spine-webgl.js">
// spine-ts ThreeJS
<script src="https://unpkg.com/@esotericsoftware/spine-threejs@4.0.*/dist/iife/spine-threejs.js">
```

We also provide `js.map` source maps. They will be automatically fetched from unpkg when debugging code of a spine-module in Chrome, Firefox, or Safari, mapping the JavaScript code back to its original TypeScript sources.
Expand Down Expand Up @@ -113,4 +113,4 @@ The final command `npm run dev` will start a local web server at http://127.0.0.

You can then open Visual Studio Code to inspect, edit, and debug the source code. We also supply launch configurations to start examples and demos in debug mode, so you can debug them right inside Visual Studio code.

To build the artifacts as they are published to NPM, run `npm run build`.
To build the artifacts as they are published to NPM, run `npm run build`.

0 comments on commit 14af269

Please sign in to comment.