Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ximing/shot-easy-website


https://github.com/ximing/shot-easy-website

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# ShotEasy - take a screenshot online

Photo edit online for free, resize, and filter any photos, edit photo on browser, convert image to jpg/png/jpeg/webp, easy to screenshot area or full page

[🏆 Chrome Extension](https://chromewebstore.google.com/detail/nmppkehciohcgcehlnifgeokgioidknh)

[🏞️ Image Editor](https://shoteasy.fun/)

[😱 Screenshot Beautifier](https://shoteasy.fun/screenshot-beautifier/)

[🚴 Photo to Rounded](https://shoteasy.fun/photo-to-rounded/)

[🎉 Background Remover](https://shoteasy.fun/background-remover/)

[😬 Image Compressor](https://shoteasy.fun/image-compressor/)

## Blog

Use GitHub issues as blog storage

need create github access token

## Environment variables

```
// request secret key
PUBLIC_SECRET_KEY=
// removeBG apikey
REMOVE_API_KEY=
// github access token
GITHUB_CLIENT_SECRET=
// github name
GITHUB_OWNER=
// github repository
GITHUB_REPO=
```

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |

## 🚀 Deploy With Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCH563%2Fshot-easy-website)

[Vercel:](https://vercel.com/) used for deploying website

### If you find anything wrong, give me an Issues

[Give me the bugs](https://github.com/CH563/shot-easy-website/issues)

## 👀 Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).