Posts by bertoncello.david • 21 points
3 posts
-
0
votes0
answers9
viewsQ: Cropper no Ionic Vue
I’m developing an app with Ionic using Vue. The user takes a photo, (I’m using the Capacitor.js Camera plugin). So far everything works. But I need to cut the image to always be square (It will be…
-
1
votes1
answer361
viewsA: Streaming videos with Nodejs
I solved the problem as follows, in case someone goes through the same situation: I adapted my application to load the URL of the API that provides the file directly in the tag and . In the API the…
-
1
votes1
answer361
viewsQ: Streaming videos with Nodejs
Good morning! I have a REST API running on Node with Express, and the frontend running Vuejs. The API returns me a list with the name of some videos that were previously stored in an Storage, and a…