diff --git a/data.js b/data.js index 9df38bd9..f07cd682 100755 --- a/data.js +++ b/data.js @@ -685,6 +685,14 @@ module.exports = [ url: "https://github.com/PoeHaH/devicedetector", source: "https://raw.githubusercontent.com/PoeHaH/devicedetector/master/devicedetector-production.js" }, + { + name: "svelte-device-info", + github: "rozek/svelte-device-info", + tags: ["mobile", "phone","tablet","form-factor","resolution-touch"], + description: "informs about a device's form factor and pointing accuracy (not only in Svelte)", + url: "https://github.com/rozek/svelte-device-info", + source: "https://raw.githubusercontent.com/rozek/svelte-device-info/main/src/svelte-device-info.ts" + }, { name: "MicroLib-Tabs", tags: ["dom", "tabs", "tabbed content"],