mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-24 17:13:57 +01:00
Remove 'use strict';
This commit is contained in:
parent
034f561fa4
commit
e4c448615f
@ -10,7 +10,6 @@
|
||||
|
||||
Will most likely be turned into a stand alone module at some point
|
||||
*/
|
||||
'use strict';
|
||||
import bresenham from 'bresenham';
|
||||
import earcut from 'earcut';
|
||||
import BrailleBuffer from './BrailleBuffer.js';
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
The Console Vector Tile renderer - bäm!
|
||||
*/
|
||||
'use strict';
|
||||
import x256 from 'x256';
|
||||
import simplify from 'simplify-js';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
'use strict';
|
||||
import TileSource from './TileSource.js';
|
||||
|
||||
describe('TileSource', () => {
|
||||
|
@ -1,4 +1,3 @@
|
||||
'use strict';
|
||||
import * as utils from './utils.js';
|
||||
|
||||
describe('utils', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user