@accesspath/embed
v0.1.5
Published
Drop-in accessibility widget for any website via a single script tag. No build step.
Maintainers
Readme
@accesspath/embed
Drop-in accessibility widget for any website via a single <script> tag. No build step, no
framework required — works on plain HTML, WordPress, and Shopify sites.
AI assistant / coding agent? Full copy-paste reference: https://accesspath-6ur.pages.dev/llms-full.txt
Usage
Self-hosted
Copy node_modules/@accesspath/embed/dist/embed.js (or download it from a release) to your
own server and point a script tag at it:
<script src="/embed.js"
data-profiles="dyslexia,motor,low-vision"
data-theme="light"
data-storage-key="accesspath-prefs"
data-position="bottom-right">
</script>CDN (no install needed)
<script src="https://cdn.jsdelivr.net/npm/@accesspath/embed/dist/embed.js"></script>Every data-* attribute is optional. See the
full attribute reference
in the main repo README.
