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();
memewill return:
- HDPreview
- Author
- NSFW
- Preview
- Spoiler
- Title
- URL
How to use Meme Generator by Your Input Phrase
Coming Soon