1.0.2 • Published 4 years ago

@davidpypysp/softrd-js v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

softrd-js

Javascript version of softrd renderer API.

Need to add this rule to webpack.config.js module.rules for loading wasm file

    {
        test: /\.wasm$/,
        type: 'javascript/auto',
        use: [
            {
                loader: 'file-loader',
                options: {
                    name: '[name].[ext]',
                    outputPath: 'wasm/',
                    publicPath: 'wasm/'
                }
            }
        ]
    }
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago