diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d737943 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.lockb binary \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs index 952dd4c..d64ebde 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,8 +19,8 @@ pub fn convert(file: &[u8]) -> String { } let document = read_docx(file).unwrap(); - let images = &document.images; - alert(format!("images: {:?}", images).as_str()); + // let images = &document.images; + // alert(format!("images: {:?}", images).as_str()); document .document