Advertisement
Cool_boy21

pxls.space

Apr 9th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var script = document.createElement('script');
  2. script.src = "https://rawgit.com/dd7531/autopxls/master/autopxls.js";
  3. script.onload = function () {
  4. var images = [
  5. {
  6. title: "Smile",
  7. x: 933,
  8. y: 154,
  9. image: "http://image.prntscr.com/image/399c5725bb1949c0aaf03dd920fd5c15.png"
  10. }
  11. ]
  12. AutoPXLS(images);
  13. };
  14. document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement