diff --git a/getting-started.md b/getting-started.md index 190539751..c59163a25 100644 --- a/getting-started.md +++ b/getting-started.md @@ -18,7 +18,10 @@ You can install `html2canvas` through npm or [download a built release](https:// ```javascript import html2canvas from 'html2canvas'; ``` - +##cdn +```html + +``` ## Usage To render an `element` with html2canvas with some (optional) [options](/configuration/), simply call `html2canvas(element, options);`