0.1.0 • Published 2 years ago

aframe-input v0.1.0

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

Caution

This library is not develope completed

Demo

https://juunini.github.io/aframe-input

Usage

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/aframe-input@latest/dist/aframe-input.min.js"></script>
  </head>
  <body>
    <a-scene cursor="rayOrigin: mouse;">
      <a-input
        position="0 1 -3"
        value="안녕, 세상!"
        font="https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff"
      />
    </a-scene>
  </body>
</html>

License

This program is free software and is distributed under an MIT License.

0.1.0

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago