Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 645 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 645 Bytes

feedbackit

library to take visual feedback of website

Demo

click here

Installing

Using npm:

npm install feedbackit

Using cdn:

<script src="https://unpkg.com/feedbackit/umd/feedbackit.js"></script>

Usage

feedbackit.init(); // initialize feedback too;
feedbackit.save(data => console.log(data)); // handle save
feedbackit.launch(); // launch feedback modal

Contributing

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments