1.0.1 • Published 5 years ago

responsive-preview v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Description

A simple tool to preview your responsive applications, websites in a fancy design inspired by chrome dev tools.

Demo

Demo App

Demo

Documentation

Documentation

Features

  • 13 deiffernt devices using Devices.css
  • Portrait and landscape device views
  • Auto scale device to fit screen size and allow custom zoom levels
  • Custon scrollbars for windows
  • Show/Hide device frame

Usage

Just install it glopally npm i -g responsive-preview Then navigate to the app, page you want to preview then run responsive-preview -p filename.html where filename.html is the filename of the page you want to preview.

Output

responsive-preview.html the generated html file which you should deploy to show it to your clients ;) responsive-preview Folder contains 2 files responsive-preview.css and responsive-preview.js

Todos

  • Support different themes.
  • Support command options to customize the output html.
  • Write more tests.