Last active 3 months ago
scriptable
0
0
1
| 1 | // Variables used by Scriptable. |
| 2 | // These must be at the very top of the file. Do not edit. |
| 3 | // icon-color: green; icon-glyph: archive; |
| 4 | // unpkg: like NPM but not as good |
| 5 | // and available in Scriptable |
| 6 | // |
| 7 | // Examples: |
| 8 | // - const _ = await unpkg('lodash') |
| 9 | // - const CryptoJS = await unpkg('crypto-js') |
| 10 | // - const OAuth = await unpkg('oauth-1.0a') |