vivid/lib/vivid.ex

10 lines
268 B
Elixir
Raw Normal View History

2016-12-21 13:34:16 +13:00
defmodule Vivid do
defmacro __using__(_opts) do
quote do
alias Vivid.{Arc, Bounds, Buffer, Circle, Font, Frame, Group, Font, Frame,
2017-01-02 20:47:49 +13:00
Group, Line, Path, Point, Polygon, Rasterize, RGBA, Transform,
Box}
end
end
2016-12-21 13:34:16 +13:00
end