Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "docxyz-new", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Javascript port of python-docx.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -54,3 +54,3 @@ | ||
} | ||
add_picture(image_path_or_stream, width = null, height = null) { | ||
add_picture(image_path_or_stream, width = null, height = null, attributes = null) { | ||
/* | ||
@@ -68,2 +68,3 @@ Return a new picture shape added in its own paragraph at the end of | ||
*/ | ||
console.log("ATTRIBUTES ------>", attributes); | ||
let run; | ||
@@ -70,0 +71,0 @@ run = this.add_paragraph().add_run(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
27905693
263831