Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

clip-path-polyfill

stasglebov725MIT1.0.0

Clip path responsive cross-browser polyfill

clip-path, polyfill, clip path

readme

Clip-path responsive cross-browser polyfill

  • Support: IE 9+, Edge(12+), Chrome(4+), FF(3.6+), Safari(4+), Opera(10.1+),
  • Dependencies: JQuery
  • Replace img by canvas

DEMO:

https://stasglebov.github.io/Clip-path-polyfill/

How to use:

<img src="img.jpeg" data-polyclip="0, 10%, 50%, 0, 75%, 75%, 0, 80%">

! IMPORTANT ! You need separate every figure coordinate (x, y) by coma

Enjoy!