vivid/lib/vivid.ex
2017-01-02 13:57:02 +13:00

8 lines
233 B
Elixir

defmodule Vivid do
defmacro __using__(_opts) do
quote do
alias Vivid.{Arc, Bounds, Buffer, Circle, Font, Frame, Group, Font, Frame,
Group, Line, Path, Point, Polygon, Rasterize, RGBA}
end
end
end