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

189
Views
El paquete angular de Uppy no ofrece la opción de captura de pantalla

Estoy usando el paquete angular @uppy/angular para crear un componente uppy en mi aplicación. He cargado con éxito la ventana de carga uppy, pero al mismo tiempo no puedo agregar la opción de captura de pantalla a través de esto.

mi archivo componente

 import { Component } from '@angular/core'; import { Uppy } from '@uppy/core' import Dashboard from '@uppy/dashboard'; import ScreenCapture from '@uppy/screen-capture'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css', '../../node_modules/@uppy/core/dist/style.css', '../../node_modules/@uppy/dashboard/dist/style.css' ] }) export class AppComponent { uppy: Uppy = new Uppy({ debug: true, autoProceed: false, allowMultipleUploadBatches:true, restrictions: { maxFileSize: 1000000, maxNumberOfFiles: 3, minNumberOfFiles: 2, } }).use(ScreenCapture, { }); obj = {height:350,inline:true}; }

Y mi archivo de plantilla

 <uppy-dashboard-modal [uppy]='uppy' [props]='obj' [open]=true > <uppy-dashboard-modal>

Cualquier ayuda/sugerencia sería apreciada, gracias

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!