Socket
Socket
Sign inDemoInstall

editorjs-quiz

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    editorjs-quiz

## Disclaimer My advice: Do not use this library =)


Version published
Maintainers
1
Install size
593 kB
Created

Readme

Source

Disclaimer

My advice: Do not use this library =)

Info

Supported quizzes:

  • playbuzz.com

Installation

yarn add editorjs-quiz

Usage

import QuizTool from "editorjs-quiz";
// ...
var editor = EditorJS({
  tools: {
    quiz: {
      class: QuizTool,
    }
  }
});

Data example

{
    "type": "quiz",
    "data": {
        "link": "https://www.playbuzz.com/item/6579cfd3-f855-43d9-939a-fca91bb748dd",
        "provider": "playbuzz",
        "html": "...",
        "frame": null,
        "id": "6579cfd3-f855-43d9-939a-fca91bb748dd",
        "thumbnail": null
    }
}

FAQs

Last updated on 19 Sep 2019

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