npm i aframe-charaktor-component
To use this package you simply need to import it and use charaktor-model as a-entity attribute
<a-entity
charaktor="ext: gltf;
model: url(model.glb);
scale: 1 1 1;
position: 0 -1 0;
rotation: 0 180 0" animation-mixer></a-entity>