This commit is contained in:
Joseph Garrone 2020-05-17 23:51:28 +02:00
parent b497e3697a
commit dfb3fc9454

View file

@ -31,13 +31,13 @@ import { myFunction, myObject } from '#{REPO_NAME}#';
Specific import Specific import
```typescript ```typescript
import { myFunction } from '#{REPO_NAME}#/myFunction' import { myFunction } from '#{REPO_NAME}#/myFunction';
import { myObject } from '#{REPO_NAME}#/myObject' import { myObject } from '#{REPO_NAME}#/myObject';
``` ```
## From HTML with CDN ## From HTML with CDN
Expose a global ( wider browser support): Expose a global (wider browser support):
```html ```html
<script src="//unpkg.com/#{REPO_NAME}#/umd_bundle.min.js"></script> <script src="//unpkg.com/#{REPO_NAME}#/umd_bundle.min.js"></script>