@tsparticles/shape-cards
Advanced tools
Comparing version 3.4.0 to 3.5.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.loadCardsShape = void 0; | ||
exports.loadCardsShape = loadCardsShape; | ||
const ClubDrawer_js_1 = require("./ClubDrawer.js"); | ||
@@ -14,2 +14,1 @@ const DiamondDrawer_js_1 = require("./DiamondDrawer.js"); | ||
} | ||
exports.loadCardsShape = loadCardsShape; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.paths = exports.drawPath = void 0; | ||
exports.paths = void 0; | ||
exports.drawPath = drawPath; | ||
function drawPath(data, path) { | ||
@@ -18,3 +19,2 @@ if (!path.segments.length || !path.segments[0].values.length) { | ||
} | ||
exports.drawPath = drawPath; | ||
const n = 1.0 / 2; | ||
@@ -21,0 +21,0 @@ exports.paths = { |
{ | ||
"name": "@tsparticles/shape-cards", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "tsParticles cards shape", | ||
@@ -103,3 +103,3 @@ "homepage": "https://particles.js.org", | ||
"dependencies": { | ||
"@tsparticles/engine": "^3.4.0" | ||
"@tsparticles/engine": "^3.5.0" | ||
}, | ||
@@ -106,0 +106,0 @@ "publishConfig": { |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v3.4.0 | ||
* v3.5.0 | ||
*/ | ||
@@ -10,0 +10,0 @@ /* |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Cards Shape v3.4.0 by Matteo Bruni */ | ||
/*! tsParticles Cards Shape v3.5.0 by Matteo Bruni */ |
@@ -12,3 +12,3 @@ (function (factory) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.loadCardsShape = void 0; | ||
exports.loadCardsShape = loadCardsShape; | ||
const ClubDrawer_js_1 = require("./ClubDrawer.js"); | ||
@@ -24,3 +24,2 @@ const DiamondDrawer_js_1 = require("./DiamondDrawer.js"); | ||
} | ||
exports.loadCardsShape = loadCardsShape; | ||
}); |
@@ -12,3 +12,4 @@ (function (factory) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.paths = exports.drawPath = void 0; | ||
exports.paths = void 0; | ||
exports.drawPath = drawPath; | ||
function drawPath(data, path) { | ||
@@ -28,3 +29,2 @@ if (!path.segments.length || !path.segments[0].values.length) { | ||
} | ||
exports.drawPath = drawPath; | ||
const n = 1.0 / 2; | ||
@@ -31,0 +31,0 @@ exports.paths = { |
Sorry, the diff of this file is not supported yet
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
329107
1149
Updated@tsparticles/engine@^3.5.0