aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/deviceCategories.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/deviceCategories.js')
-rw-r--r--modern/src/common/deviceCategories.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/modern/src/common/deviceCategories.js b/modern/src/common/deviceCategories.js
new file mode 100644
index 0000000..1eda190
--- /dev/null
+++ b/modern/src/common/deviceCategories.js
@@ -0,0 +1,23 @@
+export const deviceCategories = [
+ 'default',
+ 'animal',
+ 'bicycle',
+ 'boat',
+ 'bus',
+ 'car',
+ 'crane',
+ 'helicopter',
+ 'motorcycle',
+ 'offroad',
+ 'person',
+ 'pickup',
+ 'plane',
+ 'ship',
+ 'tractor',
+ 'train',
+ 'tram',
+ 'trolleybus',
+ 'truck',
+ 'van',
+ 'scooter',
+];