fable-import-webgl-ext
Fable bindings for WebGL Extensions
Installation
$ npm install --save fable-core$ npm install --save-dev fable-import-webgl-ext
Usage
In a F# project (.fsproj)
In a F# script (.fsx)
#r "node_modules/fable-core/Fable.Core.dll"#load "node_modules/fable-import-webgl-ext/Fable.Import.WebGLExt.fs" open Fable.Coreopen Fable.Import