https://github.com/orgs/marp-team/discussions/83
https://marpit.marp.app/directives?id=tweak-theme-style
**************************
See Readme / TODO
**************************
ARKit 
WebGL stack
# Source code https://aframe.io/blog/webxr-ar-module/ https://glitch.com/edit/#!/xr-spinosaurus ``` <a-scene> <a-assets timeout="30000"> <a-asset-item id="spinosaurus" src="dino-model.glb"></a-asset-item> </a-assets> <a-camera position="0 1.2 0"></a-camera> <a-entity id="dino" position="-1 0 -3" scale="0.5 0.5 0.5"> <a-entity position="0 2.15 0" rotation="0 55 0" gltf-model="#spinosaurus" animation-mixer shadow="cast: true; receive: false"></a-entity> </a-entity> </a-scene> ``` ---
# The End!