premieroctet / screen-guru

๐Ÿ”ฎ Screen Guru takes clean screenshot of any websites

Home Page:https://screen.guru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Screen Guru ๐Ÿ”ฎ

Take clean screenshot of any websites. โ€” https://screen.guru

  • ๐ŸŽจ Custom background color
  • ๐Ÿ–ฅ Browser template
  • โšก๏ธ Emoji ready (with Emojione font)

Screeshot

Bookmarklet

javascript:location.href='https://screen.guru?url='+encodeURIComponent(location.href)

Getting started

Stack

Install dependencies

yarn install

Build app

yarn build
# Deploy the static app with Netlify / Surge.sh / Zeit

Deploy lambda on AWS

With serverless:

yarn global add serverless

cd lambda/screenshot
serverless config credentials --provider aws --key XXX --secret XXX
yarn
yarn build-lambda-sharp

serverless deploy

Update the env var REACT_APP_LAMBDA_ENDPOINT (in .env) with your lambda endpoint

Sponsors

This project is being developed by Premier Octet, a Web and mobile agency specializing in React and React Native developments.

About

๐Ÿ”ฎ Screen Guru takes clean screenshot of any websites

https://screen.guru


Languages

Language:TypeScript 69.8%Language:JavaScript 15.2%Language:CSS 7.8%Language:HTML 7.1%