https://github.com/jsreport/jsreport-images
jsreport extension for storing static images inside the store and embedding them into templates
https://github.com/jsreport/jsreport-images
Last synced: 3 months ago
JSON representation
jsreport extension for storing static images inside the store and embedding them into templates
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-images
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T14:57:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T16:25:01.000Z (almost 8 years ago)
- Last Synced: 2025-06-22T08:17:00.306Z (12 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport-images
[](https://npmjs.com/package/jsreport-images)
[](https://travis-ci.org/jsreport/jsreport-images)
> ⚠️ This extension is deprecated and does not work since jsreport v2, use [assets](https://github.com/jsreport/jsreport-assets) extension instead
> jsreport extension for storing static images inside the store and embedding them into templates
See https://jsreport.net/learn/images
## Installation
> npm install jsreport-images
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-images')())
```