Powerful, lightweight and fully customizable portraits component for React apps.
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
Insert gif or link to demo
Install my-project with npm
npm install my-project
cd my-project
import Component from 'my-project'
function App() {
return <Component />
}
GET /api/items
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /api/items/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
Takes two numbers and returns the sum.