detect-gpu
detect-gpu copied to clipboard
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Client: Osx 12.1 (Macbook pro 16" with Radeon AMD Radeon Pro 5300M 4 GB) Browser: Firefox 96.0.2 (64-bit) Error: WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use...
Firefox
Message in log: ```WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER.``` And it reports tier 0: ``` { "fps": 1, "gpu": "radeon r9 200", "isMobile": false,...
The result of this module seems to be the ES6+. After using this module, I confirmed that it was inaccessible from a device using an old browser. An error occurs...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Fixes #89 and #86, following up #94, where things aren't being transpiled correctly. According to https://esbuild.github.io/api/#target: > If you use a syntax feature that esbuild doesn't yet have support for...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Hi, looks like my iPad Pro 11" 2nd gen is recognised as iPad Air. the Pro 11 2nd gen should be tier 3 and this could lead to wrong assumptions....
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Unhandled Rejection (TypeError): e is not a function Any help with this ? I really wanted to use this library .
Currently Safari 14 obfuscates the renderer string as 'apple gpu' preventing an accurate match. https://github.com/TimvanScherpenzeel/detect-gpu/blob/de0e8d4695a0a6d8f8dcc424af68714ada2e76f7/src/internal/deobfuscateAppleGPU.ts#L119 A possible solution could be to have a lookup table of possible GPUs iMacs and...