Giter VIP home page Giter VIP logo

howtoscreenshot's Introduction

How to take a screenshot

Because after years of computing, some people just don't know how.

Why have another "How to screenshot" website?

take-a-screenshot

Let's face it. That site is old and dated. It uses jQuery version 1.9, meaning it was created somewhere around early-mid 2013. It's bloated, making around 50 network requests per page (including analytics and share widgets, with even more once the ads load). The bottom of the screen is taken up by a cookie warning banner. It even has a nicely sized terms of service page, and more legal-ish information in the about page.

All of this takes away from the fact that it's a website about taking a screenshot. It should be simple, tell you how to take a screenshot, then get out of your way.

That's the goal of this repository.

Contributing

Contributions are welcome. Fork, make changes, create a Pull Request.

A few points to consider as you make changes:

  • The site must work on mobile devices.
  • The site must work offline (using service workers).
    • This should mostly just work with Workbox generating the service worker.
  • The site must work without Javascript enabled.
    • Only scripts should be to register service worker, service worker itself, and analytics (in the future).
  • Reduce network requests.
    • Don't use <img/> tags, use inline <svg> instead.

Things to work on

Features

  • Offline (service worker)
  • Better diagrams
  • Translation
  • Analytics (may want in final release) (?)
  • OpenGraph/Twitter meta tags
  • Other keyboard layouts

Platforms

  • Windows
  • Mac
  • Linux (?)
  • Android
  • iOS
  • XBox
  • PS4
  • PS5
    • Images
  • Steam (?)
  • Nintendo Switch
  • 3rd party programs (?)
  • Webpages (browser extension) (?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.