Skip to content

Instantly share code, notes, and snippets.

View yu59's full-sized avatar

Tobaru Yu yu59

  • Okinawa -> Tokyo
View GitHub Profile
@yu59
yu59 / canvas.ex
Created November 11, 2018 09:56
RTG
defmodule RtgWeb.Js.Canvas do
@moduledoc """
HTMLCanvasElement context.
"""
alias ElixirScript.Core.Store
alias ElixirScript.JS
alias ElixirScript.Web
@dialyzer [:no_fail_call, :no_return, :no_unused]