Multiple instances of Three.js in same page to show objects library

Thanks Mugen. I was wondering if I can manage multiple canvas in same page or it is a bad practice in Three.js… I have to load about 20/30 animations for page. Just like a catalog. I can do it in vue (there is no problem) but what about three? Do you think is it better to gave just one canvas having all the animations or I can create separated canvas (as I prefer as Vue side)?

Thanks for your opinion