strapi-provider-upload-imgur

strapi-provider-upload-imgur

Usage no npm install needed!

<script type="module">
  import strapiProviderUploadImgur from 'https://cdn.skypack.dev/strapi-provider-upload-imgur';
</script>

README

strapi-provider-upload-imgur

Enabling the provider

To enable the provider, create or edit the file at ./config/plugins.js

module.exports = ({ env }) => ({
    upload: {
        provider: 'imgur',
        providerOptions: {
            clientId: '',
        },
    },
});