mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-30 17:27:44 +03:00
Add new package: gpu-detect
to obtain GPU info from user-agent
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user