diff --git a/.gitignore b/.gitignore index 4001022e..674ed1b1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ npm-debug.log .DS_Store .idea microjs.com.iml +package-lock.json diff --git a/data.js b/data.js index 9df38bd9..3666b03b 100755 --- a/data.js +++ b/data.js @@ -836,6 +836,14 @@ module.exports = [ url: "https://github.com/aravindbaskaran/simple-async", source: "https://raw.githubusercontent.com/aravindbaskaran/simple-async/master/asynciterator.js" }, + { + name: "svelte-viewport-info", + github: "rozek/svelte-viewport-info", + tags: ["device-orientation","viewport-size"], + description: "informs about viewport size and orientation (not only in Svelte)", + url: "https://github.com/rozek/svelte-viewport-info", + source: "https://raw.githubusercontent.com/rozek/svelte-viewport-info/main/src/svelte-viewport-info.ts" + }, { name: "cryptofoo", github: "SimonWaldherr/cryptofoo",