create-canvas-context
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-canvas-context", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Create a canvas and get a rendering context from it.", | ||
@@ -25,7 +25,6 @@ "author": "Marc Bouchenoire", | ||
"esnext": "./dist/create-canvas-context.modern.js", | ||
"types": "./dist/create-canvas-context.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "microbundle", | ||
"build": "microbundle --tsconfig tsconfig.build.json", | ||
"clean": "jest --clearCache && rimraf node_modules", | ||
"deduplicate": "yarn-deduplicate yarn.lock", | ||
"lint": "eslint '{src,tests}/**/*.{ts,tsx}' --fix", | ||
@@ -32,0 +31,0 @@ "prepare": "rimraf dist && yarn build", |
@@ -9,4 +9,12 @@ # create-canvas-context | ||
#### With yarn | ||
#### Skypack | ||
```html | ||
<script type="module"> | ||
import { createCanvasContext } from "https://cdn.skypack.dev/create-canvas-context" | ||
</script> | ||
``` | ||
#### Yarn | ||
```sh | ||
@@ -16,3 +24,3 @@ yarn add create-canvas-context | ||
#### With npm | ||
#### npm | ||
@@ -19,0 +27,0 @@ ```sh |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89
40266
25
249
1