GitXplorerGitXplorer
f

react-burrito-type

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1038e88817cede40429433db1f5d0bb139dbd0fd

yavb

ffozzle committed 7 years ago
Unverified
75bc7dc3860778c78410b53d0377a7b1718fea89

typo

ffozzle committed 7 years ago
Unverified
95f4600043aef017a52d8c6b9605cd474453dc91

update readme

ffozzle committed 7 years ago
Unverified
6d1ea137dbc950807d8a7f05fb7bbc3032446095

version bump

ffozzle committed 7 years ago
Unverified
c6fd27980ef1064c9c930881659d9a38a5690036

add license and readme

ffozzle committed 7 years ago
Unverified
71c8ffde4b1753f6d5275c22e57906c216d4037b

no sourcemaps for production, react-dom external

ffozzle committed 7 years ago

README

The README file for this repository.

React Burrito Type Component

Hey you know that cool game Burrito Galaxy? So much to love right? And the dialogue display is so fun.

So now if you want to have a cheap imitation of that you could use this React component!

Here's a demo, there's a lot of parameters to make your text go wild.

API

  text: string,
  verticalAmp: number,
  horizontalAmp: number,
  rotationAmp: number,
  verticalFreq: number,
  horizontalFreq: number,
  rotationFreq: number,
  style: mixed,

Explanation

  • text - the text you want to show burrito style
  • verticalAmp - how high on the y-axis the letters will move
  • horizontalAmp - how far on the x-axis the letters will move
  • rotationAmp - how much the letters will rotate
  • verticalFreq - frequency of vertical movement
  • horizontalFreq - frequency of horizontal movement
  • rotationFreq - frequency of rotational movement
  • style - any other CSS styles you want to apply to the text go here

Disclaimer

I've got nothing to do with Burrito Galaxy this is just a fan project.