React component to create a puzzle out of an image supporting touch maybe
npm install react-image-puzzle-touchjs
import { render } from 'react-dom';
import Puzzle from 'react-image-puzzle';
render(
image='https://upload.wikimedia.org/wikipedia/en/6/68/John_Coltrane_-_Blue_Train.jpg'
/>,
document.getElementById('root')
);
``