Total rewrite of drag&drop javascript library dragula.js into shiny new library with SOLID design principles. ( work in progress!!! )
THIS LIBRARY IS IN TURBULENT DEVELOPMENT, CODE IS RAPIDLY CHANGING AND REFACTORING. THIS LIBRARY IS NOT READY TO BE USED. IF YOU WANT TO BE NOTIFIED WHEN IT WILL BE READY, LET ME KNOW ON MY MAIL LUCKYLOOKE@GMAIL.COM
npm install dragon
* many thanks to Enrico Marino (@onirame) for transferring ownership of his dragon npm package in favor of this project.
Projects with module bundler:
import Dragon from 'dragon';
new Dragon( config );Projects without module bundler:
<script src='./dragon.js'></script>Projects with module bundler:
import Dragon from 'dragon';
new Dragon( document.getElementsByClassName('container') );Projects without module bundler:
new Dragon( document.getElementsByClassName('container') );I want to specially thank to Joe Hill for releasing the 'dragon' npm username in favor of the dragon library, so I was able to crete @dragon organisation. So plugins of the library can be namespaces under @dragon/plugin-name
You can ask me on email (luckylooke@gmail.com), we can diskuss your skills and then I can share some tasks with you
This is my free time project now, so you can donnate the project to speed it up, more money I get, less time I need to work elsewhere.
