# accname **Repository Path**: mirrors_google/accname ## Basic Information - **Project Name**: accname - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-27 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # accname A TypeScript library for calculating the [accessible name](https://www.w3.org/TR/accname-1.1/#dfn-accessible-name) of `HTMLElement`s. ## Usage To install `accname` with NPM, run: ```bash $ npm install accname ``` Once installed, import and use `accname` as follows: ```typescript import {getAccessibleName} from 'accname'; const elem = document.getElementById('target'); const name = getAccessibleName(elem); ``` ## Disclaimer This is not an officially supported Google product.