# TODO
- add a AR-Code in sketchfab player onclick
- logo square to click on it



# OLD



- DONE do a monkey script
- YES display a button with an image in the website ?
- TODO make a icon from AR.js logo
- 


- prototype of the workflow for sketchfab


- plug ar.js into sketchfab 
  - do a mockup with the monkey script
  - add a AR button on sketchfab, it pops up on marker on the screen with the instruction to connect to it
  - then you display the model in 3d on top of the screen
  - some simple user content
  

- https://code.tutsplus.com/tutorials/create-bookmarklets-the-right-way--net-18154
```
javascript:(function(){ 
	var jsCode = document.createElement('script'); 
	jsCode.setAttribute('src', 'http://path/to/external/file.js');
	document.body.appendChild(jsCode);
}());
```

- low poly
  - https://sketchfab.com/models/d6c802a74a174c8c805deb20186d1877
