Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coffic/juice-editor-draw

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coffic/juice-editor-draw

JuiceEditor is a powerful editor that now supports drawing functionality. Here's a guide on how to use this feature.

  • 0.2.9
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

JuiceEditor-Draw

JuiceEditor is a powerful editor that now supports drawing functionality. Here's a guide on how to use this feature.

editor

Important

This project cannot work independently. It is an extension package for JuiceEditor.

Please read the JuiceEditor documentation first: JuiceEditor

Installation

  1. Install package:

    npm i @coffic/juice-editor
    npm i @coffic/juice-editor-draw
    
  2. Copy components to project directory:

    cp -r node_modules/@coffic/juice-editor-draw/dist ./public/draw
    
  3. Configure editor:

    window.api.config.setDrawIoLink(
      'http://localhost:5173/drawio/webapp/index.html?'
    );
    

Contributing

Contributions are welcome! Please submit Pull Requests or report issues.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 23 Oct 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc