Skip to content
/ stanley-ipkiss Public template

A Photo Editor application template with simple, easy support for image editing using Sticker like stories.

License

Notifications You must be signed in to change notification settings

stakefish/stanley-ipkiss

Repository files navigation

Stanley Ipkiss

A Photo Editor application template with simple, easy support for image editing using Sticker like stories.

Features

  • ✅ Facial recognition with face-api.js
  • ✅ Multiple stickers type
  • ✅ CSS 3D transformations
  • ✅ GitHub Pages deploy

Run Locally

Use this template and clone the project.

$  git clone https://link-to-project

Go to the project directory.

$  cd my-project

Install dependencies.

$  yarn install

Start the server.

$  yarn start

Workflow

GitHub needs a ACCESS_TOKEN secret to use in your workflow. Before you start please create an encrypted secret for your project.

When code is pushed or a pull request is raised the following steps occur:

  1. Install
  2. Code style and type checking
  3. Build for production (only if the code pushed is on the main branch)
  4. Deploy to GitHub Pages (only if the code pushed is on the main branch)

Deploy

Open your package.json and add a homepage field for your project:

"homepage": "http://stakefish.github.io/my-mask-app"

or for a custom domain page:

"homepage": "http://example.com"

If you are using Github pages with a custom domain make sure you edit the deploy step located at .github/workflows/deploy.yml and add the domain name as fqdn, this option will write the given domain name to the CNAME file.

with:
  target_branch: gh-pages
  build_dir: build
  fqdn: example.com

About

A Photo Editor application template with simple, easy support for image editing using Sticker like stories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •