A web application for getting screenshots of any website with custom dimensions using the screens-api built with
I made a old version of this app using Node.js (backend) & NuxtJS (frontend) see more in repository
I start learning the most beloved framework Sveltekit and that's what i'm using in the frontend
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start and open the app in a new browser tab
npm run dev -- --open
npm run build
You can preview the built client app with
npm run preview
,This should not be used to serve your app in production.
Pull requests and stars are always welcome. For bugs and features requests, please create an issue.
Ysn4Irix
Copyright © 2022-present, Ysn4Irix. Released under the MIT License.