Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 615 Bytes

jsfeatNext-examples

A simple showcase for the jsfeatNext repository. You can find here a set of examples written in the Typescript language as the original repository. Good as a starting point to develop applications with this library. We used webpack to bundle the code but you an use your preferred bundler as well.

Examples

List of examples:

You can find all the examples in the examples folder.

  • box_blur_example.html
  • equalize_hist_example.html
  • gaussian_blur_example.html
  • sobel_example.html
  • warp_affine_example.html
  • warp_perspective_example.html