-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
5,102 additions
and
5,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"trailingComma": "none", | ||
"tabWidth": 2, | ||
"semi": false, | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.