Skip to content

Commit 92932c8

Browse files
committed
rewrite swapy
1 parent 164d91b commit 92932c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+5102
-5703
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "none",
3+
"tabWidth": 2,
4+
"semi": false,
5+
"singleQuote": true
6+
}

LICENSE

+671-4
Large diffs are not rendered by default.

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Swapy
22

3-
> A simple JavaScript tool for converting any layout you have to drag-to-swap layout
3+
_A framework-agnostic tool that converts any layout into a drag-to-swap one with just a few lines of code._
4+
5+
Check out [swapy.tahazsh.com](https://swapy.tahazsh.com/) for complete docs and demos.
46

57
## Docs
68

7-
https://swapy.tahazsh.com/
9+
Check out the full documentation with many demos at [swapy.tahazsh.com/docs/installation](https://swapy.tahazsh.com/docs/installation).
10+
11+
## License
12+
13+
### Commercial license
14+
15+
If you plan to use Swapy for developing commercial sites, themes, projects, or applications, the Commercial license is the right choice. This license allows you to keep your source code proprietary. You can purchase the Swapy Commercial License at [swapy.tahazsh.com](https://swapy.tahazsh.com/license).
16+
17+
### Open-source license
18+
19+
If you're developing an open-source application with a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you can use Swapy under the terms of the GPLv3.
20+
21+
[Read more about Swapy's license](https://swapy.tahazsh.com/license).

dist/swapy.d.ts

-61
This file was deleted.

0 commit comments

Comments
 (0)