Packages

Seamless Three.js integration for Phoenix LiveView.

Current section

Files

Jump to
live_three lib live_three.ex
Raw

lib/live_three.ex

defmodule LiveThree do
@moduledoc """
Documentation for `LiveThree`.
"""
defmacro __using__(_opts) do
quote do
import LiveThree.Components
end
end
end