File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ overrides:
5
5
sourceType : ' script'
6
6
env :
7
7
node : true
8
+ jest : true
Original file line number Diff line number Diff line change 1
1
# fast-bmp
2
2
3
+ <h3 align =" center " >
4
+
5
+ <a href =" https://www.zakodium.com " >
6
+ <img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" />
7
+ </a >
8
+
9
+ <p >
10
+ Maintained by <a href="https://www.zakodium.com">Zakodium</a>
11
+ </p >
12
+
13
+
3
14
[ ![ NPM version] [ npm-image ]] [ npm-url ]
4
15
[ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
5
16
[ ![ npm download] [ download-image ]] [ download-url ]
6
17
18
+ </h3 >
19
+
20
+
7
21
A library for encoding bmp image file format.
8
22
9
23
# Supported features
Original file line number Diff line number Diff line change 19
19
"scripts" : {
20
20
"eslint" : " eslint src" ,
21
21
"eslint-fix" : " eslint --fix src" ,
22
- "test" : " npm run test-only && npm run eslint && npm run prettier" ,
23
22
"prettier" : " prettier --check src" ,
24
23
"prettier-write" : " prettier --write src" ,
24
+ "test" : " npm run test-only && npm run eslint && npm run prettier" ,
25
25
"test-only" : " jest --coverage" ,
26
26
"test-watch" : " jest --watch" ,
27
27
"test-write" : " FAST_BMP_WRITE_DATA_FILES=1 npm run test-jest"
You can’t perform that action at this time.
0 commit comments