Add new package: gpu-detect to obtain GPU info from user-agent

This commit is contained in:
Faisal Salman
2023-09-03 01:03:36 +07:00
parent 807dcdbded
commit 05a98aceda
7 changed files with 171 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ const modules = [
title : 'ua-parser-js/extensions',
replacements : []
},
{
src : 'src/gpu-detect/gpu-detect.js',
dest : 'src/gpu-detect/gpu-detect.mjs',
title : '@ua-parser-js/gpu-detect',
replacements : []
},
{
src : 'src/user-agent-helpers/user-agent-helpers.js',
dest : 'src/user-agent-helpers/user-agent-helpers.mjs',