canvas-pattern
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. | ||
## [1.0.2](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.1...v1.0.2) (2024-05-27) | ||
## [1.0.1](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.0...v1.0.1) (2022-08-16) | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "canvas-pattern", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Draw and cache a repeated pattern on a canvas context.", | ||
@@ -31,11 +31,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"async-preloader": "^7.0.0", | ||
"async-preloader": "^8.0.3", | ||
"canvas-context": "^3.2.0", | ||
"es-module-shims": "^1.5.16", | ||
"tweakpane": "^3.1.0" | ||
"es-module-shims": "^1.10.0", | ||
"tweakpane": "^4.0.3" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=7.0.0" | ||
"node": ">=22.0.0", | ||
"npm": ">=10.5.1", | ||
"snowdev": "2.0.0-alpha.28" | ||
} | ||
} |
@@ -58,3 +58,3 @@ # canvas-pattern | ||
<dd></dd> | ||
<dt><a href="#CanvasPatternOptions">CanvasPatternOptions</a> : <code>Object</code></dt> | ||
<dt><a href="#CanvasPatternOptions">CanvasPatternOptions</a> : <code>object</code></dt> | ||
<dd><p>Options to draw. All optional.</p> | ||
@@ -89,3 +89,3 @@ </dd> | ||
## CanvasPatternOptions : <code>Object</code> | ||
## CanvasPatternOptions : <code>object</code> | ||
@@ -92,0 +92,0 @@ Options to draw. All optional. |
@@ -6,3 +6,3 @@ /** | ||
/** | ||
* @typedef {Object} CanvasPatternOptions Options to draw. All optional. | ||
* @typedef {object} CanvasPatternOptions Options to draw. All optional. | ||
* @property {CanvasPattern} [pattern] The CanvasPattern to draw. Created and returned by the function for reuse. | ||
@@ -9,0 +9,0 @@ * @property {CanvasPatternRepetition} [repetition] A DOMString indicating how to repeat the pattern's image. |
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
10559
9
0