vivid/lib/vivid.ex
2017-01-02 20:47:49 +13:00

9 lines
268 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, Transform,
Box}
end
end
end