Skip to content

Commit 85ad44b

Browse files
committed
Initial commit: MultiFont Packer 0.1.0 BETA and simple test.
0 parents  commit 85ad44b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+20525
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/test/node_modules
6+
7+
# testing
8+
/coverage
9+
10+
# production
11+
/build
12+
13+
# misc
14+
.DS_Store
15+
.env
16+
.idea
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*
20+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

doc/capture1.jpg

982 KB
Loading

doc/capture2.jpg

989 KB
Loading

doc/capture3.jpg

1000 KB
Loading

doc/capture4.jpg

1.05 MB
Loading

doc/capture5.jpg

345 KB
Loading

0 commit comments

Comments
 (0)