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

210
Views
Cómo usar revela.js como paquete NPM

Estoy trabajando en un proyecto y quiero incluir diapositivas de allow.js, pero no encontré suficientes recursos para trabajar con él como una dependencia.

Primero instalé revelar.js por npm install reveal.js

Y en mi archivo Slides.js lo hice:

 import Reveal from 'reveal.js'; import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js'; let deck = new Reveal({ plugins: [ Markdown ] }) deck.initialize(); export default function Slides() { return ( <> </> ) }

como se sugiere en https://revealjs.com/installation/#installing-from-npm , pero no pude averiguar dónde agregar estas etiquetas html

 <link rel="stylesheet" href="/node_modules/reveal.js/dist/reveal.css"> <link rel="stylesheet" href="/node_modules/reveal.js/dist/theme/black.css">

Y el resto de etiquetas html de https://revealjs.com/markup/ . ¿Necesito crear un nuevo archivo .html y llamarlo? Si es así, ¿cómo hago lo mismo?

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!