pixel-yoshi-egg

1.1.2 • Public • Published

👾
Yoshi egg

License Demo


Yoshi Egg built with pixels

<script type="module" src="https://unpkg.com/pixel-yoshi-egg"></script>

Table of Contents

How to use

<!DOCTYPE html>
<html lang="es">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Yoshi Egg</title>
    
    <!--- Import --->
    <script type="module" src="https://unpkg.com/pixel-yoshi-egg"></script>
  </head>

  <body>
    <!--- Use the webcomponent --->
    <yoshi-egg color="red" scale="10" metric="px"></yoshi-egg>
  </body>

</html>

Properties

Name Type Description Default
color string Egg color. "green"
scale number Scale to change the size of the egg. 0.7
metric string Unit CSS (px, rem, ...). "rem"

Package Sidebar

Install

npm i pixel-yoshi-egg

Weekly Downloads

2

Version

1.1.2

License

ISC

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • alejandroid17