Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximing/shot-easy-website
https://github.com/ximing/shot-easy-website
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ximing/shot-easy-website
- Owner: ximing
- License: mit
- Created: 2024-07-09T15:04:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:04:31.000Z (6 months ago)
- Last Synced: 2024-12-27T16:35:14.419Z (13 days ago)
- Language: JavaScript
- Homepage: https://shot-easy-website-one.vercel.app
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).