Shirsendu Bairagi
Shirsendu Bairagi
Hi I am using React.js I am trying snap then scroll, the scroll-snap is working very good but I am facing difficulty to use with react-scroll. I found another library...
### Before The Arguments was getting ignored  --- ### After Now the arguments was getting directed 
### Describe the feature const storageFs = useStorage('fs') const storageInterview = useStorage(`s3:${config.private.awsBucketFolder}:interview`) const subtitledBuffer = await storageFs.getItemRaw(`video/${userId}-interview-subtitled.mp4`) await storageInterview.setItemRaw(`${userId}.mp4`, subtitledBuffer) how to set the content type video/mp4 currently setting s...