Fetch binary chunk and draw on canvas

This commit is contained in:
Guntis Smaukstelis
2025-02-03 23:33:28 +02:00
parent c1b1226678
commit df8d16ed4a
18 changed files with 898 additions and 6 deletions
@@ -89,4 +89,10 @@ object ValidateRoutes {
}
}
}
object ValidateInt {
def unapply(str: String): Option[Int] = {
Option(str.toInt)
}
}
}