JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q48106F
  • License Apache-2.0

Generate memes.

Package Exports

  • memegen-techstack
  • memegen-techstack/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (memegen-techstack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

How to use Random Meme Generator

Typescript

import { RandomMeme } from "memegen-techstack";

const initMeme = new RandomMeme();
const meme = await initMeme.randomMeme();

Javascript

const { RandomMeme } = require("memegen-techstack");

const initMeme = new RandomMeme();
const meme = await initMeme.randomMeme();

meme will return:

  • HDPreview
  • Author
  • NSFW
  • Preview
  • Spoiler
  • Title
  • URL

How to use Meme Generator by Your Input Phrase

Coming Soon