Module Chartjs.Line_cap

type t
see https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineCap
val butt : t Js_of_ocaml.Js.t
val round : t Js_of_ocaml.Js.t
val square : t Js_of_ocaml.Js.t
val of_string : string -> t Js_of_ocaml.Js.t