-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svelte-coordinate-conversion #1052
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you update or resubmit these, please consider making one PR with each addition instead of five different PRs.
.gitignore
Outdated
@@ -3,3 +3,4 @@ npm-debug.log | |||
.DS_Store | |||
.idea | |||
microjs.com.iml | |||
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please only change data.js
when adding a library. Please do not change .gitignore
.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the readme - emphasis on "ready-to-use", which means you should not link to a TypeScript source file:
The 'source' attribute must point to a single-file, or an array of files that can be concatenated to form your complete library in a ready-to-use form. The 'source' must not be minified (see below)
"svelte-coordinate-conversion" converts coordinates between viewport, document and element coordinate systems (not only in Svelte)