manishekhawat / html5-feature-status-capture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@techbana/html5-feature-capture

This package helps in checking which html5 features are supported by user's browsers

Note: This package can do what it promises, however this package is still under active development for feature enhancements. Please contribute back if you are able to find bugs/issues or want to contribute feature update to the package.

Keeping this package as open source for everyone to know how to check html5 features supported by user's browser.

Installation

npm i @techbana/html5-feature-capture

Usage

Simple


// CODE SNIPPET TO SHOW USAGE OF PACKAGE


OUTPUT


// EXAMPLE TO SHOW OUTPUT OF THE PACKAGE USAGE. RESULT

Features:

  • PRIMARY FEATURE 1
  • PRIMARY FEATURE 2:
    • SECONDARY FEATURE 1
    • SECONDARY FEATURE 2
    • SECONDARY FEATURE 3
    • SECONDARY FEATURE 4
    • SECONDARY FEATURE 5

Contributing

The main purpose of this repository is to continue evolving @techbana/html5-feature-capture, making it faster and easier to use. Development of @techbana/html5-feature-capture happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving @techbana/html5-feature-capture.

Code of Conduct

We have adopted a Code of Conduct that we expect project participants to adhere to. Please read CODE_OF_CONDUCT.md so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to @techbana/html5-feature-capture.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.

License

@techbana/html5-feature-capture is MIT licensed.

About

License:MIT License


Languages

Language:TypeScript 50.2%Language:JavaScript 37.8%Language:Shell 12.1%