https://github.com/jsreport/jsreport-assets
jsreport extension embedding static assets like fonts or helpers into the templates
https://github.com/jsreport/jsreport-assets
Last synced: 8 months ago
JSON representation
jsreport extension embedding static assets like fonts or helpers into the templates
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-assets
- Owner: jsreport
- License: mit
- Created: 2016-11-02T20:03:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T19:15:11.000Z (over 4 years ago)
- Last Synced: 2025-10-14T02:07:17.806Z (8 months ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-assets
[](https://npmjs.com/package/jsreport-assets)
[](https://travis-ci.org/jsreport/jsreport-assets)
> jsreport extension embedding static assets like fonts or helpers into the templates
See https://jsreport.net/learn/assets
## Installation
> npm install jsreport-assets --production
## 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-assets')({}))
```