UNPKG

@helptheweb/accessibility-engine

Version:

Custom accessibility testing engine for WCAG compliance

7 lines (4 loc) 104 B
#!/usr/bin/env node import { startServer } from './server.js'; // Start the API server startServer();