From 5d13ad3c7a51c998517f83f1ee11c799c1b83c5b Mon Sep 17 00:00:00 2001 From: curiousaswin <110875187+curiousaswin@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:49:04 -0600 Subject: [PATCH] Update getting-started.md --- getting-started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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);`