File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -54,7 +54,7 @@ limitations under the License.
|
54 | 54 | To use in Observable,
|
55 | 55 |
|
56 | 56 | ```javascript
|
57 |
| -Uint8ClampedArray = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@umd/browser.js' ) |
| 57 | +Uint8ClampedArray = require( 'https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@v0.2.0-umd/browser.js' ) |
58 | 58 | ```
|
59 | 59 |
|
60 | 60 | To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
|
@@ -66,7 +66,7 @@ var Uint8ClampedArray = require( 'path/to/vendor/umd/array-uint8c/index.js' )
|
66 | 66 | To include the bundle in a webpage,
|
67 | 67 |
|
68 | 68 | ```html
|
69 |
| -<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@umd/browser.js"></script> |
| 69 | +<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@v0.2.0-umd/browser.js"></script> |
70 | 70 | ```
|
71 | 71 |
|
72 | 72 | If no recognized module system is present, access bundle contents via the global scope:
|
@@ -1436,7 +1436,7 @@ var bool = it.next().done;
|
1436 | 1436 | <body>
|
1437 | 1437 | <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@umd/browser.js"></script>
|
1438 | 1438 | <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@umd/browser.js"></script>
|
1439 |
| -<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@umd/browser.js"></script> |
| 1439 | +<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/array-uint8c@v0.2.0-umd/browser.js"></script> |
1440 | 1440 | <script type="text/javascript">
|
1441 | 1441 | (function () {
|
1442 | 1442 |
|
|
You can’t perform that action at this time.
0 commit comments