Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docxtemplater-image-module
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
docxtemplater-image-module
Commits
6e22c8e3
Commit
6e22c8e3
authored
Nov 11, 2015
by
Edgar HIPP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme
parent
1858a237
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
readme.md
+4
-1
No files found.
readme.md
View file @
6e22c8e3
This is the master branch, which is not completely stable yet (version 1). No npm module has been released to npm yet.
For up to date documentation, please switch to the 0.x branch.
The v1 has added two mandatory arguments:
`opts.getImage`
and
`opts.getSize`
. See Usage (v1)
[
![Build Status
](
https://travis-ci.org/open-xml-templating/docxtemplater-image-module.svg?branch=master&style=flat
)
](https://travis-ci.org/open-xml-templating/docxtemplater-image-module)
...
...
@@ -93,7 +96,7 @@ The same thing can be used to customize image size.
opts.getSize = function (img, tagValue, tagName) {
if(tagName === 'logo')
return [100, 100];
return [300, 300];
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment