🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

editorjs-embed-pornhub

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editorjs-embed-pornhub

EditorJS plugin extension for embedding videos from Pornhub

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

editorjs-embed-pornhub

This is an EditorJS plugin extension for embedding videos from pornhub.

Installation

# Via npm:
npm i editorjs-embed-pornhub

# Via yarn:
yarn add editorjs-embed-pornhub

Usage

import EditorJS from '@editorjs/editorjs';
import Embed from '@editorjs/embed';
import { pornhubUrl, pornhubEmbed } from 'editorjs-embed-pornhub';

/*
  pornhubUrl example - https://www.pornhub.com/view_video.php?viewkey=1849749437

  pornhubEmbed example - https://www.pornhub.com/embed/1849749437
*/

new EditorJS({
  tools: {
    embed: {
      class: Embed,
      config: {
        services: {
          youtube: true,
          pornhubUrl,
          pornhubEmbed,
        },
      },
    },
  },
});

Keywords

editorjs

FAQs

Package last updated on 22 Apr 2023

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