New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

photo-plus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

photo-plus

The photo-plus allows you to take pictures using your camera and download them to the folder on your local machine.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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:

# yarn
yarn add strapi-plugin-photo-plus

# npm
npm install strapi-plugin-photo-plus

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build

Configuration

./config/plugins.js
module.exports = ({ env }) => ({
  // ...

  photo-plus: {
    enabled: true,
  },
  
  // ...
});

FAQs

Package last updated on 31 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts