Giter Site home page Giter Site logo

feedback's Introduction

feedback

Feedback tool similar to Google's.

This is a very early alpha version, with a couple of known issues, a complete rewrite. Should be more performant and less buggy (hopefully).

Installing

npm i @ivoviz/feedback.js

Usage

Import and create an instance of Feedback:

import { Feedback } from '@ivoviz/feedback.js';
.
.
.
const feedback = new Feedback();
feedback.open();

At the moment only two functions are exposed: open and close, although the latter shouldn't be needed.

Import the stylesheet:

@import "~@ivoviz/feedback.js/dist/lib/feedback.css";

There are two optional parameters, FeedbackOptions and HTML2CanvasOptions.

Currently, the only options supported by FeedbackOptions are:

endpoint: The url where you want to post the form data. The data will be sent as json:

{
  "description": "some text",
  "screenshot": "base64 png"
}

allowedTags (optional): A string array containing the name of the nodes you want to be able to be highlighted on mouseover.

You can read about HTML2CanvasOptions here: http://html2canvas.hertzen.com/configuration.

Known issues

  • Missing tooltips for buttons
  • Missing loading animations while sending data or creating screenshot
  • Missing icons
  • Default texts should be written appropriately
  • Not many options at the moment

feedback's People

Contributors

ivoviz avatar martinlindgren avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.