Skip to content

Instantly share code, notes, and snippets.

@EcutDavid
Last active March 7, 2021 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EcutDavid/78516ef0c3ed3896b7776bc722694e9d to your computer and use it in GitHub Desktop.
Save EcutDavid/78516ef0c3ed3896b7776bc722694e9d to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Demo</title>
</head>
<body>
<script src="https://sdk.canva.com/designbutton/v2/api.js"></script>
<script>
Canva.DesignButton.initialize({
// Please replace the apiKey with yours :)
apiKey: "18dxRFfjOIGvPQbq1TSGErFi",
}).then((api) => {
api.createDesign({
design: { type: "BookCover" },
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment