Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 339 Bytes

KinoThreeJs

WORK IN PROGRESS! This is a Kino wrapper around three.js

Installation

If available in Hex, the package can be installed by adding kino_three_js to your list of dependencies in mix.exs:

def deps do
  [
    {:kino_three_js, "~> 0.1.0"}
  ]
end