Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var script = document.createElement('script');
- script.src = "https://rawgit.com/dd7531/autopxls/master/autopxls.js";
- script.onload = function () {
- var images = [
- {
- title: "Smile",
- x: 933,
- y: 154,
- image: "http://image.prntscr.com/image/399c5725bb1949c0aaf03dd920fd5c15.png"
- }
- ]
- AutoPXLS(images);
- };
- document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement