UNPKG

@syncfusion/ej2-maps

Version:

The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options

17 lines 486 B
//Config file for Accessibility-Checker module.exports = { ruleArchive: "18March2024", policies: ["WCAG_2_1","IBM_Accessibility"], failLevels: ["violation", "potentialviolation"], reportLevels: [ "violation", "potentialviolation", "recommendation", "potentialrecommendation", "manual", "pass", ], outputFormat: ["html","json"], label: [process.env.TRAVIS_BRANCH], outputFolder:"accessibility-reports", };