1.0.4 • Published 5 years ago

slate-string-deserialize v1.0.4

Weekly downloads
20
License
MIT
Repository
-
Last release
5 years ago

Slate String Deserialize

Deserialiaze plain string to slate value. Currently target slate > 0.5x version.

Example

more example can be found on __tests__ directory

import deserialize from 'slate-string-deserialize'

deserialize('hello world')
/*
[{type: 'paragraph', children: [{text: 'hello world'}]}]
*/
1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

1.0.0-0

5 years ago

5.0.0-0

5 years ago

3.0.0-0

5 years ago

2.0.0-0

5 years ago