fable-import-webgl-ext

0.0.4 • Public • Published

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)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-webgl-ext/Fable.Import.WebGLExt.fs" />
  </ItemGroup>

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.Core
open Fable.Import

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.40

Package Sidebar

Install

npm i fable-import-webgl-ext

Weekly Downloads

0

Version

0.0.4

License

Apache-2.0

Last publish

Collaborators

  • alfonsogarciacaro