Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kentcdodds/canva

package.json

40 lines · 1.1 KB · JSON
{
	"name": "@kentcdodds/canva",
	"version": "1.0.0",
	"description": "Complete, guarded Canva Connect API helpers for designs, assets, folders, comments, imports, and exports.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./api": "./src/api.ts",
		"./operations": "./src/operations.ts",
		"./smoke-test": "./src/smoke-test.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"scripts": {
		"test": "node --experimental-strip-types --test src/operations.test.ts"
	},
	"kody": {
		"id": "canva",
		"name": "Canva",
		"description": "Create, organize, collaborate on, import, and export Canva content through the Connect API.",
		"logo": "./community-icon.svg",
		"tags": [
			"canva",
			"design",
			"assets",
			"folders",
			"comments",
			"import",
			"export",
			"oauth"
		],
		"searchText": "canva connect api design create list get export import asset upload update delete folder move comment thread reply brand template autofill resize merge print partner user profile oidc oauth"
	},
	"license": "MIT",
	"private": false
}