From 95ec36d10d7d168a0a29d7ec158d99dd2e72a8e0 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:28:43 +0200 Subject: [PATCH 1/3] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4001022ec..674ed1b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ npm-debug.log .DS_Store .idea microjs.com.iml +package-lock.json From 2ff88fd1f1af4892047a60853bd6b956b760b0fe Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Sun, 27 Jun 2021 16:29:06 +0200 Subject: [PATCH 2/3] add "svelte-coordinate-conversion" --- data.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.js b/data.js index b0e432864..d53d29342 100755 --- a/data.js +++ b/data.js @@ -1044,6 +1044,14 @@ module.exports = [ url: "https://github.com/Temoto-kun/avtomat", source: "https://raw.githubusercontent.com/Temoto-kun/avtomat/master/src/avtomat.js" }, + { + name: "svelte-coordinate-conversion", + github: "rozek/svelte-coordinate-conversion", + tags: ["coordinate-conversions","local-coordinates","viewport-coordinates","document-coordinates"], + description: "converts coordinates between viewport, document and element coordinate systems (not only in Svelte)", + url: "https://github.com/rozek/svelte-coordinate-conversion", + source: "https://raw.githubusercontent.com/rozek/svelte-coordinate-conversion/main/src/svelte-coordinate-conversion.ts" + }, { name: "store", github: "nbubna/store", From 11bcd402b3237821a669bcb851a8058ecd5b4f33 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Fri, 12 Nov 2021 05:33:08 +0100 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 674ed1b1d..4001022ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ npm-debug.log .DS_Store .idea microjs.com.iml -package-lock.json