change code preview to JS

pull/6/head
Teodor Tanasoaia 7 years ago committed by GitHub
parent fb56a71b47
commit 624cf557d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ npm i lua-in-js
```
Usage example (I am using it just to convert a lua file to js; run the temporary js file and get some data from it):
```
```js
const fs = require('fs')
const lua2injs = require('lua-in-js')
const execSync = require('child_process').execSync

Loading…
Cancel
Save