Created
February 18, 2019 19:39
-
-
Save GantMan/02d5b3cf72267d90edbe31d3378ffd01 to your computer and use it in GitHub Desktop.
How to import a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Classic import style | |
import * as nsfwjs from 'nsfwjs' | |
// or just use require('nsfwjs') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment