canvas-pattern
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.3](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.2...v1.0.3) (2024-07-06) | ||
## [1.0.2](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.1...v1.0.2) (2024-05-27) | ||
@@ -7,0 +11,0 @@ |
@@ -48,1 +48,3 @@ /** | ||
export default canvasPattern; | ||
export * from "./types.js"; |
{ | ||
"name": "canvas-pattern", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Draw and cache a repeated pattern on a canvas context.", | ||
@@ -12,3 +12,6 @@ "keywords": [ | ||
"bugs": "https://github.com/dmnsgn/canvas-pattern/issues", | ||
"repository": "dmnsgn/canvas-pattern", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dmnsgn/canvas-pattern.git" | ||
}, | ||
"funding": [ | ||
@@ -28,3 +31,8 @@ { | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -34,5 +42,5 @@ "types": "types/index.d.ts", | ||
"async-preloader": "^8.0.3", | ||
"canvas-context": "^3.2.0", | ||
"canvas-context": "^3.3.0", | ||
"es-module-shims": "^1.10.0", | ||
"tweakpane": "^4.0.3" | ||
"tweakpane": "^4.0.4" | ||
}, | ||
@@ -42,4 +50,4 @@ "engines": { | ||
"npm": ">=10.5.1", | ||
"snowdev": "2.0.0-alpha.28" | ||
"snowdev": ">=2.2.x" | ||
} | ||
} |
export default canvasPattern; | ||
export * from "./types.js"; | ||
/** | ||
@@ -3,0 +4,0 @@ * Draw and cache a repeated pattern on a canvas context. |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10842
82
0
8