0.0.13 • Published 9 months ago

@memefighter/maker-react v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

The React Meme Fighter Meme Maker

Drop-in meme creation for react apps.

meme maker

Getting Started

This package provides drop-in react component for creating memes. For other frameworks, see ([@memefighter/maker-core](https://www.npmjs.com/package/@memefighter/maker-core)).

npm i @memefighter/maker-react

import MemeMaker from "@memefighter/maker-react";

<MemeMaker
  /** Function which receives the meme as an image url when the user has finished creating it. */
  handler={handler}
  /** Customize the appearance of the meme maker. These are all the options currently available. */
  styleVariables={{
    "--background-color": "#111",
    "--foreground-color": "#fff",
    "--button-color": "#333",
  }}
  /** Declare the width of the embedded meme maker iframe. */
  width={400}
  /** Declare the height of the embedded meme maker iframe. */
  height={400}
/>;

See a functioning example on code sandbox.

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago