x8BitRain / svg-emoji-corrupt

SVG and Emoji Corrupter built in React
https://x8bitrain.github.io/svg-emoji-corrupt/
11 stars 0 forks source link
corrupt corruption dom-manipulation emoji-corrupter react reactjs single-page-app svg web-app

borked

SVG/Emoji Corrupter

https://x8bitrain.github.io/svg-emoji-corrupt/

Feed it an emoji or an SVG file and the corrupter will target the numbers you specify inside the d="" paths of the SVG and replaces them with a random number between whatever you set in the "replace with" slider. Why not?

TODO

dependancies

Built with Lewagon's react boilerplate with the following packages and config:

Building

git clone https://github.com/x8BitRain/svg-emoji-corrupt.git
cd svg-emoji-corrupt/
yarn install

To start the local Webpack Dev Server (usually on port 8080):

yarn start

To lint all JavaScript files in the src folder:

yarn lint

To build assets to the dist folder:

webpack -p