Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

241
Views
Set specific path for assetPath GaussianBlurBackgroundProcessor (Twilio) - reactj

I'm trying to implement a Twilio background blur, using the GaussianBlurBackgroundProcessor. You can check the docs here.

I need to find a way to set a path for a folder but for a specific reason, I don't want to use the public react folder.

I tried to use the CopyWebpackPlugin to copy the files for the build folder and did work but when I tried to run the application using the development start script the files are not available.

Do you have any clue how can I set the assetPath without using the public folder and add the specific folder to the bundle?

assetPath - https://twilio.github.io/twilio-video-processors.js/interfaces/gaussianblurbackgroundprocessoroptions.html#assetspath

CopyWebpackPlugin

    new CopyPlugin({
      patterns: [
        {
          from: "node_modules/@twilio/video-processors/dist/build",
          to: "static/blur",
          noErrorOnMissing: false
        },
      ],
    })

Thanks

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!