0.0.9 • Published 3 years ago

marp-slide v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

marp-slide

Example VanillaJS Component for Marp and Tiny Slider

demo

https://unpkg.com/marp-slide@latest/demo.html

usage

<body>
  <div class="marp-slide"></div>
  <script src="//unpkg.com/marp-slide@latest/dist/marp-slide.min.js"></script>
  <script>
    const contents = [
      `# 🧑‍💻 Frontend & DevOps Developer `,
      `[Creco](https://creco.today) [CreatiCoding(Jeong Seok Ho)](https://github.com/CreatiCoding)`,
      `---`,
      `# 🌠 Online Marp Slide Show`,
      `HaHaHa`,
      `---`,
      `# 🆓 Feel free`,
      `Just use it`,
      `---`,
      `# 😉 Have a nice day`,
      `https://creco.today`,
    ].join("\n\n");
    new MarpSlide({
      $target: document.querySelector(".marp-slide"),
      contents,
    });
  </script>
</body>
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago