Skip to content

Commit

Permalink
chore: convert esm example to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Jan 22, 2024
1 parent ee3a230 commit 59b8a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/esm.mjs → examples/common.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, Server } from 'node-osc';
const { Client, Server } = require('node-osc');

const client = new Client('127.0.0.1', 3333);
var server = new Server(3333, '0.0.0.0');
Expand Down

0 comments on commit 59b8a2e

Please sign in to comment.