An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# jstransformer-transparency

[Transparency](http://leonidas.github.io/transparency/) support for [JSTransformers](https://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-transparency/master.svg)](https://travis-ci.org/jstransformers/jstransformer-transparency)
[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-transparency/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-transparency)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-transparency/master.svg)](http://david-dm.org/jstransformers/jstransformer-transparency)
[![Greenkeeper badge](https://badges.greenkeeper.io/jstransformers/jstransformer-transparency.svg)](https://greenkeeper.io/)
[![NPM version](https://img.shields.io/npm/v/jstransformer-transparency.svg)](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