0.0.13 • Published 2 years ago

@memefighter/maker-react v0.0.13

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago