Package and test app to Animal Crossing-ify Met Images. This is a tweaked version of thulinma's ACNLPatternTool found here.
npm install blathers --save
or whatever.
Production-ready stuff is in /dist
.
Otherwise, ESM:
import Blathersify from "blathers";
new Blathersify({
useCropTool: boolean, //default false
image: "", //default ".js-blathers-source"
resultContainer: "", //default ".js-blathers-result"
objectData: {
title: "",
creator: "",
location: "",
}
});
If you don't have a package manager, just include blathers.bundle.js
and blathers.bundle.css
in your project
and call window.blathersify() instead of new Blathersify().
- Clone this repository
- npm install
- npm run start (to start up live reload)
- npm run build (to generate new dist files)
There is a patched version of Zebra Crossing (also based off thulinma's work) included in this project that should work out of the box. If not, fuss at Joseph.
TODO