https://github.com/jstransformers/jstransformer-transparency
transparency support for JSTransformers.
https://github.com/jstransformers/jstransformer-transparency
Last synced: 5 months ago
JSON representation
transparency support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-transparency
- Owner: jstransformers
- License: mit
- Created: 2015-08-06T01:34:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T00:37:37.000Z (about 2 years ago)
- Last Synced: 2025-03-10T18:12:17.202Z (over 1 year ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-transparency
[Transparency](http://leonidas.github.io/transparency/) support for [JSTransformers](https://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-transparency)
[](https://codecov.io/gh/jstransformers/jstransformer-transparency)
[](http://david-dm.org/jstransformers/jstransformer-transparency)
[](https://greenkeeper.io/)
[](https://www.npmjs.org/package/jstransformer-transparency)
## Installation
npm install jstransformer-transparency
## API
```js
var transparency = require('jstransformer')(require('jstransformer-transparency'))
console.log(transparency.render('', {hi: 'hello'}).body);
//=> 'hello'
```
## License
MIT