added build badge
This commit is contained in:
parent
1e10bfefd2
commit
81b8e7b100
2 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,6 @@
|
|||
1. `=` is used to split fragment key/values
|
||||
1. fragment-values are urlencoded (space becomes `+` using `encodeUriComponent` e.g.)
|
||||
1. every recognized fragment key/value-pair is added to a central map/associative array/object
|
||||
[](https://github.com/coderofsalvation/xrfragment/actions)
|
||||
|
||||
# XR Fragments (key/value params)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@ package xrfragment;
|
|||
|
||||
@:expose // <- makes the class reachable from plain JavaScript
|
||||
@:keep // <- avoids accidental removal by dead code elimination
|
||||
//
|
||||
// [](https://github.com/coderofsalvation/xrfragment/actions)
|
||||
|
||||
class Parser { // # XR Fragments (key/value params)
|
||||
public static var error:String = ""; //
|
||||
// > ⛁ = supported in 3D asset-file (custom property or projection)<br>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue