Photo Plus
The photo-plus plugin allows you to take pictures using your camera and download them to the folder on your local machine.
Strapi plugin photo-plus
The photo-plus allows you to take pictures using your camera and download them to the folder on your local machine.
photo-plus
The photo-plus plugin allows Strapi users to take and download photos to their local folders using the browser's camera.
Installation
To install this plugin, you need to add an NPM dependency to your Strapi application:
1# yarn
2yarn add strapi-plugin-photo-plus
3
4# npm
5npm install strapi-plugin-photo-plus
Then, you'll need to build your admin panel:
1# Using Yarn
2yarn build
3
4# Or using NPM
5npm run build
Configuration
1./config/plugins.js
1module.exports = ({ env }) => ({
2 // ...
3
4 photo-plus: {
5 enabled: true,
6 },
7
8 // ...
9});
Install now
npm install photo-plus
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.