0.0.2 • Published 6 years ago

aviary-react v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

aviary-react

Show an aviary control component on a React project

NPM JavaScript Style Guide

Install

npm install --save aviary-react
yarn add aviary-react

Usage

import React, { Component } from 'react'

import AviaryReact from 'aviary-react'

class Example extends Component {
  onSave = (URL)=>{
    //You receive S3 URL
    console.log(URL)
  }
  render () {
    return (
      <AviaryReact apiKey="myAPIkeyFromCreativeSDK" onSave={this.onSave} file={myFile} />
    )
  }
}

apiKey - Mandatory onSave - to receive the generated URL file - (optional) in case you want to pass a file

License

MIT © danielniquet

0.0.2

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.1.11

6 years ago

0.0.14

6 years ago

0.0.12

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.1

6 years ago