polotno-node
Advanced tools
Comparing version 2.9.11 to 2.9.12
{ | ||
"name": "polotno-node", | ||
"version": "2.9.11", | ||
"version": "2.9.12", | ||
"description": "Polotno workflow from NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -197,6 +197,6 @@ const fs = require('fs'); | ||
finishedFramesNumber += 1; | ||
const progress = ((finishedFramesNumber / framesNumber) * 100).toFixed( | ||
1 | ||
); | ||
// printProgress(progress); | ||
if (attrs.onProgress) { | ||
const progress = finishedFramesNumber / framesNumber; | ||
attrs.onProgress(progress); | ||
} | ||
} | ||
@@ -203,0 +203,0 @@ await page.close(); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1229403
0