Socket
Socket
Sign inDemoInstall

@umn-latis/quill-better-image-module

Package Overview
Dependencies
31
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @umn-latis/quill-better-image-module

This adds some enhancements to the [Quill](https://quilljs.com/) editor images:


Version published
Weekly downloads
10
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Quill Better Image Module

This adds some enhancements to the Quill editor images:

  • Image Resizing
  • Editing Alt Text

Getting Started

npm install @umn-latis/quill-better-image-module

or

yarn add @umn-latis/quill-better-image-module

Usage

import Quill from "quill";
import QuillBetterImage from "@umn-latis/quill-better-image-module";

Quill.register("modules/betterImage", QuillBetterImage);

const quill = new Quill(editor, {
  // ...
  modules: {
    // ...
    betterImage: {
      // see DefaultOptions for available options
    },
  },
});

See DefaultOptions for available options.

Acknoledgements

MIT License

Keywords

FAQs

Last updated on 11 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc