Try importing buffer index

This commit is contained in:
Sam Carlton 2022-07-26 23:18:57 -05:00
parent 24de41b513
commit 45277f8124
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// Adpapted for browser+node from https://github.com/joeferner/node-bplist-parser/blob/master/bplistParser.js
import plainTextPlist from 'plist'
import { Buffer } from 'buffer/'
import { Buffer } from 'buffer/index.js'
// const fs = require('fs');