Skip to content

virginiacc/click-to-comment

 
 

Repository files navigation

click-to-comment

API

The handler at /save accepts POST's of JSON data in a form that looks like:

[
    {
        "x": 1,
        "y": 2,
        "text": "thisismyfeedback"
    },
      {
        "x": 3,
        "y": 4,
        "text": "thisismyfeedback"
    }
  
]

The only validation that(currently) occurs is that the submission is an array

About

Precision feedback for images and documents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.5%
  • JavaScript 2.2%
  • Ruby 0.3%