Packages

Improve the UI quality of your product by capturing visual states of LiveView components.

Current section

Files

Jump to
live_capture lib live_capture web.ex
Raw

lib/live_capture/web.ex

defmodule LiveCapture.Web do
def live_view do
quote do
use Phoenix.LiveView
end
end
defmacro __using__(which) when is_atom(which) do
apply(__MODULE__, which, [])
end
end