JSPM

nano-accessibility

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q21945F
  • License ISC

A lightweight and framework-agnostic accessibility component to track and improve web accessibility.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nano-accessibility) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Nano Accessibility

    Nano Accessibility is a lightweight and framework-agnostic package that helps developers analyze and optimize accessibility in any web application.

    Installation

    npm install nano-accessibility

    Usage

    <script>
      import "nano-accessibility";
    </script>
    
    <nano-accessibility
      projectKey="PROJECT_KEY"
      userId="USER_ID
    />

    Features

    • Analyzes web applications for accessibility issues.
    • Simple <nano-accessibility /> tag integration.
    • Part of NanoSights.dev