Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@browser-scan/scanner-app

Viijay-Kr113MIT1.1.6TypeScript support: included

Scanner app is end to end application that runs browser scan in your local system

CSS Scanner, CSS compatibility scanner, Can i use css, Scan css in project, React CSS scanner, Standalone scanner, Browser Scanner, CSS compatibility, CSS scanner CLI alternative, CSS in browsers, legacy browsers compatibility, CSS in legacy browsers, How to check css compatibility in legacy browsers, Can I use css scanner app, caniuse thrid party tool

readme

Scanner App

Scanner app is a end to end application under browser-scan apps. It runs a node server ,serving react powered UI.

Use it to run as a stand alone server for scanning CSS content in you local project and check their compatibility against a browser of your choice.

The Scanned result is displayed in a tabular view in a per line per file basis and the non compatible properties

Installation

  • With NPX npx @browser-scan/scanner-app@latest

Server

  • The above commands spins up a node server at [::]:8081
  • It serves the standard browser scan UI and lets you scan your local project for CSS compatibility

How does it look