Skip to content

Commit

Permalink
rewrite swapy
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Dec 11, 2024
1 parent 164d91b commit 92932c8
Show file tree
Hide file tree
Showing 77 changed files with 5,102 additions and 5,703 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
675 changes: 671 additions & 4 deletions LICENSE

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Swapy

> A simple JavaScript tool for converting any layout you have to drag-to-swap layout
_A framework-agnostic tool that converts any layout into a drag-to-swap one with just a few lines of code._

Check out [swapy.tahazsh.com](https://swapy.tahazsh.com/) for complete docs and demos.

## Docs

https://swapy.tahazsh.com/
Check out the full documentation with many demos at [swapy.tahazsh.com/docs/installation](https://swapy.tahazsh.com/docs/installation).

## License

### Commercial license

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).

### Open-source license

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.

[Read more about Swapy's license](https://swapy.tahazsh.com/license).
61 changes: 0 additions & 61 deletions dist/swapy.d.ts

This file was deleted.

Loading

0 comments on commit 92932c8

Please sign in to comment.