Powered by AppSignal & Oban Pro

ScratchPad

scratchpad.livemd

ScratchPad

Mix.install([
  {:kino_maplibre, "~> 0.1.2"}
])

Overview

IO.puts("HELLO WORLD") |> dbg()
System.version() |> IO.puts()
x = 1
MapLibre.new()

Section 1

graph TD;
  A-->B;
  A-->X;
  B-->D;
  C-->D;