Hi @DevAlien nice project you have :) maybe you can create a standalone React component to use the dripr.io api.
- NPM package name: react-dripr
- Install with
npm install react-dripr
and use it like:
import React from 'react';
import ReactDOM from 'react-dom';
import Dripr from 'react-dripr';
ReactDOM.render(
<Dripr
apiKey="__dripr.io-apiKey__"
placeholder="Click or Drag files here"
onSuccess={callback(fileObj)} />,
document.querySelector('.app')
);
Let me know and I can help you :)
Hi @DevAlien nice project you have :) maybe you can create a standalone React component to use the dripr.io api.
npm install react-driprand use it like:
Let me know and I can help you :)